Html Css Color HEX #F2CC21 Turbo

📋 copy color: '#F2CC21'

red 242 ◦ green 204 ◦ blue 33

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

Shades of Turbo #F2CC21

Tints of Turbo #F2CC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.89%

R = 50.52%
G = 42.59%
B = 6.89%

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

#F2CC21 (or 0xF2CC21) is known color: Turbo. HEX triplet: F2, CC and 21. RGB value is (242,204,33). Sum of RGB (Red+Green+Blue) = 242+204+33=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC21 is #0D33DE. Grayscale: #C4C4C4. Windows color (decimal): -865247 or 2215154. OLE color: 2215154.

HSL color Cylindrical-coordinate representation of color #F2CC21: hue angle of 49.09º 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 #F2CC21 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 33 -
CMYK 0 0.16 0.86 0.05
HSL 49.09º 0.89% 0.54% -
HSV(B) 49.09º 0.86% 0.95% -
XYZ 58.49 62.17 10.36 -
YUV 195.87 36.09 160.9 -
System Red Green Blue C M Y K H S L
Decimal 242 204 33 0 0.16 0.86 0.05 49.09 0.89 0.54
Hex F2 CC 21 0 10 56 5 31 59 36
Octal 362 314 41 0 20 126 5 61 131 66
Binary 11110010 11001100 100001 0 10000 1010110 101 110001 1011001 110110

Color Harmonies of #F2CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC21

Black with #F2CC21

Text Example


Text Example

White with #F2CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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