Html Css Color HEX #F2D221 Turbo

📋 copy color: '#F2D221'

red 242 ◦ green 210 ◦ blue 33

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

Shades of Turbo #F2D221

Tints of Turbo #F2D221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

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

R = 49.9%
G = 43.3%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2D221 (or 0xF2D221) is known color: Turbo. HEX triplet: F2, D2 and 21. RGB value is (242,210,33). Sum of RGB (Red+Green+Blue) = 242+210+33=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D221 is #0D2DDE. Grayscale: #C8C8C8. Windows color (decimal): -863711 or 2216690. OLE color: 2216690.

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

Color convert

RGB 242 210 33 -
CMYK 0 0.13 0.86 0.05
HSL 50.81º 0.89% 0.54% -
HSV(B) 50.81º 0.86% 0.95% -
XYZ 59.94 65.08 10.84 -
YUV 199.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 242 210 33 0 0.13 0.86 0.05 50.81 0.89 0.54
Hex F2 D2 21 0 D 56 5 33 59 36
Octal 362 322 41 0 15 126 5 63 131 66
Binary 11110010 11010010 100001 0 1101 1010110 101 110011 1011001 110110

Color Harmonies of #F2D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D221

Black with #F2D221

Text Example


Text Example

White with #F2D221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D221; }

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

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

background-color css

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

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

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

border-color css

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

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

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