Html Css Color HEX #F1CC00 Tangerine Yellow

📋 copy color: '#F1CC00'

red 241 ◦ green 204 ◦ blue 0

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

Shades of Tangerine Yellow #F1CC00

Tints of Tangerine Yellow #F1CC00

RGB

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

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

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

R = 54.16%
G = 45.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1CC00 (or 0xF1CC00) is known color: Tangerine Yellow. HEX triplet: F1, CC and 00. RGB value is (241,204,0). Sum of RGB (Red+Green+Blue) = 241+204+0=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CC00 is #0E33FF. Grayscale: #C0C0C0. Windows color (decimal): -930816 or 52465. OLE color: 52465.

HSL color Cylindrical-coordinate representation of color #F1CC00: hue angle of 50.79º 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 #F1CC00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

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

Color Harmonies of #F1CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC00

Black with #F1CC00

Text Example


Text Example

White with #F1CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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