Html Css Color HEX #F1CB05 Tangerine Yellow

📋 copy color: '#F1CB05'

red 241 ◦ green 203 ◦ blue 5

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

Shades of Tangerine Yellow #F1CB05

Tints of Tangerine Yellow #F1CB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 53.67%
G = 45.21%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1CB05 (or 0xF1CB05) is known color: Tangerine Yellow. HEX triplet: F1, CB and 05. RGB value is (241,203,5). Sum of RGB (Red+Green+Blue) = 241+203+5=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CB05 is #0E34FA. Grayscale: #C0C0C0. Windows color (decimal): -931067 or 379889. OLE color: 379889.

HSL color Cylindrical-coordinate representation of color #F1CB05: hue angle of 50.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1CB05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 5 -
CMYK 0 0.16 0.98 0.05
HSL 50.34º 0.96% 0.48% -
HSV(B) 50.34º 0.98% 0.95% -
XYZ 57.66 61.42 8.96 -
YUV 191.79 22.59 163.1 -
System Red Green Blue C M Y K H S L
Decimal 241 203 5 0 0.16 0.98 0.05 50.34 0.96 0.48
Hex F1 CB 5 0 10 62 5 32 60 30
Octal 361 313 5 0 20 142 5 62 140 60
Binary 11110001 11001011 101 0 10000 1100010 101 110010 1100000 110000

Color Harmonies of #F1CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB05

Black with #F1CB05

Text Example


Text Example

White with #F1CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB05; }

 p { color: rgb(241,203,5); }

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

background-color css

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

 a { background-color: rgb(241,203,5); }

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

border-color css

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

 span { border-color: rgb(241,203,5); }

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