Html Css Color HEX #F9CC16 Turbo

📋 copy color: '#F9CC16'

red 249 ◦ green 204 ◦ blue 22

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

Shades of Turbo #F9CC16

Tints of Turbo #F9CC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.63%

R = 52.42%
G = 42.95%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F9CC16 (or 0xF9CC16) is known color: Turbo. HEX triplet: F9, CC and 16. RGB value is (249,204,22). Sum of RGB (Red+Green+Blue) = 249+204+22=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CC16 is #0633E9. Grayscale: #C5C5C5. Windows color (decimal): -406506 or 1494265. OLE color: 1494265.

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

Color convert

RGB 249 204 22 -
CMYK 0 0.18 0.91 0.02
HSL 48.11º 0.95% 0.53% -
HSV(B) 48.11º 0.91% 0.98% -
XYZ 60.8 63.38 9.79 -
YUV 196.71 29.41 165.3 -
System Red Green Blue C M Y K H S L
Decimal 249 204 22 0 0.18 0.91 0.02 48.11 0.95 0.53
Hex F9 CC 16 0 12 5B 2 30 5F 35
Octal 371 314 26 0 22 133 2 60 137 65
Binary 11111001 11001100 10110 0 10010 1011011 10 110000 1011111 110101

Color Harmonies of #F9CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC16

Black with #F9CC16

Text Example


Text Example

White with #F9CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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