Html Css Color HEX #F2CC22 Turbo

📋 copy color: '#F2CC22'

red 242 ◦ green 204 ◦ blue 34

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

Shades of Turbo #F2CC22

Tints of Turbo #F2CC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.08%

R = 50.42%
G = 42.5%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2CC22 (or 0xF2CC22) is known color: Turbo. HEX triplet: F2, CC and 22. RGB value is (242,204,34). Sum of RGB (Red+Green+Blue) = 242+204+34=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC22 is #0D33DD. Grayscale: #C4C4C4. Windows color (decimal): -865246 or 2280690. OLE color: 2280690.

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

Color convert

RGB 242 204 34 -
CMYK 0 0.16 0.86 0.05
HSL 49.04º 0.89% 0.54% -
HSV(B) 49.04º 0.86% 0.95% -
XYZ 58.5 62.18 10.43 -
YUV 195.98 36.59 160.82 -
System Red Green Blue C M Y K H S L
Decimal 242 204 34 0 0.16 0.86 0.05 49.04 0.89 0.54
Hex F2 CC 22 0 10 56 5 31 59 36
Octal 362 314 42 0 20 126 5 61 131 66
Binary 11110010 11001100 100010 0 10000 1010110 101 110001 1011001 110110

Color Harmonies of #F2CC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC22

Black with #F2CC22

Text Example


Text Example

White with #F2CC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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