Html Css Color HEX #F9CC18 Turbo

📋 copy color: '#F9CC18'

red 249 ◦ green 204 ◦ blue 24

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

Shades of Turbo #F9CC18

Tints of Turbo #F9CC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.03%

R = 52.2%
G = 42.77%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9CC18 (or 0xF9CC18) is known color: Turbo. HEX triplet: F9, CC and 18. RGB value is (249,204,24). Sum of RGB (Red+Green+Blue) = 249+204+24=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CC18 is #0633E7. Grayscale: #C5C5C5. Windows color (decimal): -406504 or 1625337. OLE color: 1625337.

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

Color convert

RGB 249 204 24 -
CMYK 0 0.18 0.90 0.02
HSL 48º 0.95% 0.54% -
HSV(B) 48º 0.9% 0.98% -
XYZ 60.82 63.39 9.89 -
YUV 196.94 30.41 165.14 -
System Red Green Blue C M Y K H S L
Decimal 249 204 24 0 0.18 0.90 0.02 48 0.95 0.54
Hex F9 CC 18 0 12 5A 2 30 5F 36
Octal 371 314 30 0 22 132 2 60 137 66
Binary 11111001 11001100 11000 0 10010 1011010 10 110000 1011111 110110

Color Harmonies of #F9CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC18

Black with #F9CC18

Text Example


Text Example

White with #F9CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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