Html Css Color HEX #F1CB00 Tangerine Yellow

📋 copy color: '#F1CB00'

red 241 ◦ green 203 ◦ blue 0

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

Shades of Tangerine Yellow #F1CB00

Tints of Tangerine Yellow #F1CB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.28%
G = 45.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1CB00 (or 0xF1CB00) is known color: Tangerine Yellow. HEX triplet: F1, CB and 00. RGB value is (241,203,0). Sum of RGB (Red+Green+Blue) = 241+203+0=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CB00 is #0E34FF. Grayscale: #C0C0C0. Windows color (decimal): -931072 or 52209. OLE color: 52209.

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

Color convert

RGB 241 203 0 -
CMYK 0 0.16 1 0.05
HSL 50.54º 1% 0.47% -
HSV(B) 50.54º 1% 0.95% -
XYZ 57.63 61.41 8.82 -
YUV 191.22 20.09 163.51 -
System Red Green Blue C M Y K H S L
Decimal 241 203 0 0 0.16 1 0.05 50.54 1 0.47
Hex F1 CB 0 0 10 64 5 33 64 2F
Octal 361 313 0 0 20 144 5 63 144 57
Binary 11110001 11001011 0 0 10000 1100100 101 110011 1100100 101111

Color Harmonies of #F1CB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB00

Black with #F1CB00

Text Example


Text Example

White with #F1CB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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