Html Css Color HEX #F2D21E Turbo

📋 copy color: '#F2D21E'

red 242 ◦ green 210 ◦ blue 30

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

Shades of Turbo #F2D21E

Tints of Turbo #F2D21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.22%

R = 50.21%
G = 43.57%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2D21E (or 0xF2D21E) is known color: Turbo. HEX triplet: F2, D2 and 1E. RGB value is (242,210,30). Sum of RGB (Red+Green+Blue) = 242+210+30=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D21E is #0D2DE1. Grayscale: #C7C7C7. Windows color (decimal): -863714 or 2020082. OLE color: 2020082.

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

Color convert

RGB 242 210 30 -
CMYK 0 0.13 0.88 0.05
HSL 50.94º 0.89% 0.53% -
HSV(B) 50.94º 0.88% 0.95% -
XYZ 59.9 65.06 10.63 -
YUV 199.05 32.6 158.64 -
System Red Green Blue C M Y K H S L
Decimal 242 210 30 0 0.13 0.88 0.05 50.94 0.89 0.53
Hex F2 D2 1E 0 D 58 5 33 59 35
Octal 362 322 36 0 15 130 5 63 131 65
Binary 11110010 11010010 11110 0 1101 1011000 101 110011 1011001 110101

Color Harmonies of #F2D21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D21E

Black with #F2D21E

Text Example


Text Example

White with #F2D21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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