Html Css Color HEX #F2D210 Turbo

📋 copy color: '#F2D210'

red 242 ◦ green 210 ◦ blue 16

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

Shades of Turbo #F2D210

Tints of Turbo #F2D210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.42%

R = 51.71%
G = 44.87%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2D210 (or 0xF2D210) is known color: Turbo. HEX triplet: F2, D2 and 10. RGB value is (242,210,16). Sum of RGB (Red+Green+Blue) = 242+210+16=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D210 is #0D2DEF. Grayscale: #C6C6C6. Windows color (decimal): -863728 or 1102578. OLE color: 1102578.

HSL color Cylindrical-coordinate representation of color #F2D210: hue angle of 51.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2D210 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 210 16 -
CMYK 0 0.13 0.93 0.05
HSL 51.5º 0.9% 0.51% -
HSV(B) 51.5º 0.93% 0.95% -
XYZ 59.76 65.01 9.89 -
YUV 197.45 25.6 159.77 -
System Red Green Blue C M Y K H S L
Decimal 242 210 16 0 0.13 0.93 0.05 51.5 0.9 0.51
Hex F2 D2 10 0 D 5D 5 34 5A 33
Octal 362 322 20 0 15 135 5 64 132 63
Binary 11110010 11010010 10000 0 1101 1011101 101 110100 1011010 110011

Color Harmonies of #F2D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D210

Black with #F2D210

Text Example


Text Example

White with #F2D210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D210; }

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

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

background-color css

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

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

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

border-color css

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

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

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