Html Css Color HEX #F2D011 Turbo

📋 copy color: '#F2D011'

red 242 ◦ green 208 ◦ blue 17

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

Shades of Turbo #F2D011

Tints of Turbo #F2D011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 17 (7.03% from 255) = 3.64%

R = 51.82%
G = 44.54%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2D011 (or 0xF2D011) is known color: Turbo. HEX triplet: F2, D0 and 11. RGB value is (242,208,17). Sum of RGB (Red+Green+Blue) = 242+208+17=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D011 is #0D2FEE. Grayscale: #C5C5C5. Windows color (decimal): -864239 or 1167602. OLE color: 1167602.

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

Color convert

RGB 242 208 17 -
CMYK 0 0.14 0.93 0.05
HSL 50.93º 0.9% 0.51% -
HSV(B) 50.93º 0.93% 0.95% -
XYZ 59.28 64.03 9.77 -
YUV 196.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 242 208 17 0 0.14 0.93 0.05 50.93 0.9 0.51
Hex F2 D0 11 0 E 5D 5 33 5A 33
Octal 362 320 21 0 16 135 5 63 132 63
Binary 11110010 11010000 10001 0 1110 1011101 101 110011 1011010 110011

Color Harmonies of #F2D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D011

Black with #F2D011

Text Example


Text Example

White with #F2D011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D011; }

 p { color: rgb(242,208,17); }

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

background-color css

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

 a { background-color: rgb(242,208,17); }

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

border-color css

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

 span { border-color: rgb(242,208,17); }

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