Html Css Color HEX #F1CC01 Tangerine Yellow

📋 copy color: '#F1CC01'

red 241 ◦ green 204 ◦ blue 1

#F1CC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine Yellow #F1CC01

Tints of Tangerine Yellow #F1CC01

RGB

 RED value IS 241 (94.53% from 255) = 54.04%

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.04%
G = 45.74%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1CC01 (or 0xF1CC01) is known color: Tangerine Yellow. HEX triplet: F1, CC and 01. RGB value is (241,204,1). Sum of RGB (Red+Green+Blue) = 241+204+1=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CC01 is #0E33FE. Grayscale: #C0C0C0. Windows color (decimal): -930815 or 118001. OLE color: 118001.

HSL color Cylindrical-coordinate representation of color #F1CC01: hue angle of 50.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1CC01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 1 -
CMYK 0 0.15 1.00 0.05
HSL 50.75º 0.99% 0.47% -
HSV(B) 50.75º 1% 0.95% -
XYZ 57.87 61.89 8.92 -
YUV 191.92 20.26 163.01 -
System Red Green Blue C M Y K H S L
Decimal 241 204 1 0 0.15 1.00 0.05 50.75 0.99 0.47
Hex F1 CC 1 0 F 64 5 33 63 2F
Octal 361 314 1 0 17 144 5 63 143 57
Binary 11110001 11001100 1 0 1111 1100100 101 110011 1100011 101111

Color Harmonies of #F1CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC01

Black with #F1CC01

Text Example


Text Example

White with #F1CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC01; }

 p { color: rgb(241,204,1); }

 H1.HeaderClassName
 {
   color: #F1CC01;
 }
 .AnyTagClassName
 {
   color: #F1CC01;
 }
</style>

background-color css

<style>
 a { background-color: #F1CC01; }

 a { background-color: rgb(241,204,1); }

 div.DivClassName
 {
   background-color: #F1CC01;
 }
 .BgClassName
 {
   background-color: #F1CC01;
 }
</style>

border-color css

<style>
 span { border-color: #F1CC01; }

 span { border-color: rgb(241,204,1); }

 td.TdClassName
 {
   border-color: #F1CC01;
 }
 .TagClassName
 {
   border-color: #F1CC01;
 }
</style>