Html Css Color HEX #F9CC00 Tangerine Yellow

📋 copy color: '#F9CC00'

red 249 ◦ green 204 ◦ blue 0

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

Shades of Tangerine Yellow #F9CC00

Tints of Tangerine Yellow #F9CC00

RGB

 RED value IS 249 (97.66% from 255) = 54.97%

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

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

R = 54.97%
G = 45.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9CC00 (or 0xF9CC00) is known color: Tangerine Yellow. HEX triplet: F9, CC and 00. RGB value is (249,204,0). Sum of RGB (Red+Green+Blue) = 249+204+0=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CC00 is #0633FF. Grayscale: #C3C3C3. Windows color (decimal): -406528 or 52473. OLE color: 52473.

HSL color Cylindrical-coordinate representation of color #F9CC00: hue angle of 49.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9CC00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 0 -
CMYK 0 0.18 1 0.02
HSL 49.16º 1% 0.49% -
HSV(B) 49.16º 1% 0.98% -
XYZ 60.66 63.33 9.03 -
YUV 194.2 18.41 167.09 -
System Red Green Blue C M Y K H S L
Decimal 249 204 0 0 0.18 1 0.02 49.16 1 0.49
Hex F9 CC 0 0 12 64 2 31 64 31
Octal 371 314 0 0 22 144 2 61 144 61
Binary 11111001 11001100 0 0 10010 1100100 10 110001 1100100 110001

Color Harmonies of #F9CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC00

Black with #F9CC00

Text Example


Text Example

White with #F9CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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