Html Css Color HEX #F9CC12 Turbo

📋 copy color: '#F9CC12'

red 249 ◦ green 204 ◦ blue 18

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

Shades of Turbo #F9CC12

Tints of Turbo #F9CC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 52.87%
G = 43.31%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F9CC12 (or 0xF9CC12) is known color: Turbo. HEX triplet: F9, CC and 12. RGB value is (249,204,18). Sum of RGB (Red+Green+Blue) = 249+204+18=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CC12 is #0633ED. Grayscale: #C5C5C5. Windows color (decimal): -406510 or 1232121. OLE color: 1232121.

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

Color convert

RGB 249 204 18 -
CMYK 0 0.18 0.93 0.02
HSL 48.31º 0.95% 0.52% -
HSV(B) 48.31º 0.93% 0.98% -
XYZ 60.77 63.37 9.6 -
YUV 196.25 27.41 165.62 -
System Red Green Blue C M Y K H S L
Decimal 249 204 18 0 0.18 0.93 0.02 48.31 0.95 0.52
Hex F9 CC 12 0 12 5D 2 30 5F 34
Octal 371 314 22 0 22 135 2 60 137 64
Binary 11111001 11001100 10010 0 10010 1011101 10 110000 1011111 110100

Color Harmonies of #F9CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC12

Black with #F9CC12

Text Example


Text Example

White with #F9CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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