Html Css Color HEX #F2CC24 Turbo

📋 copy color: '#F2CC24'

red 242 ◦ green 204 ◦ blue 36

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

Shades of Turbo #F2CC24

Tints of Turbo #F2CC24

RGB

 RED value IS 242 (94.92% from 255) = 50.21%

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

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 50.21%
G = 42.32%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2CC24 (or 0xF2CC24) is known color: Turbo. HEX triplet: F2, CC and 24. RGB value is (242,204,36). Sum of RGB (Red+Green+Blue) = 242+204+36=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC24 is #0D33DB. Grayscale: #C4C4C4. Windows color (decimal): -865244 or 2411762. OLE color: 2411762.

HSL color Cylindrical-coordinate representation of color #F2CC24: hue angle of 48.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2CC24 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 36 -
CMYK 0 0.16 0.85 0.05
HSL 48.93º 0.89% 0.55% -
HSV(B) 48.93º 0.85% 0.95% -
XYZ 58.53 62.19 10.59 -
YUV 196.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 242 204 36 0 0.16 0.85 0.05 48.93 0.89 0.55
Hex F2 CC 24 0 10 55 5 31 59 37
Octal 362 314 44 0 20 125 5 61 131 67
Binary 11110010 11001100 100100 0 10000 1010101 101 110001 1011001 110111

Color Harmonies of #F2CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC24

Black with #F2CC24

Text Example


Text Example

White with #F2CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC24; }

 p { color: rgb(242,204,36); }

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

background-color css

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

 a { background-color: rgb(242,204,36); }

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

border-color css

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

 span { border-color: rgb(242,204,36); }

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