Html Css Color HEX #F2D511 Turbo

📋 copy color: '#F2D511'

red 242 ◦ green 213 ◦ blue 17

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

Shades of Turbo #F2D511

Tints of Turbo #F2D511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 51.27%
G = 45.13%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2D511 (or 0xF2D511) is known color: Turbo. HEX triplet: F2, D5 and 11. RGB value is (242,213,17). Sum of RGB (Red+Green+Blue) = 242+213+17=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D511 is #0D2AEE. Grayscale: #C8C8C8. Windows color (decimal): -862959 or 1168882. OLE color: 1168882.

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

Color convert

RGB 242 213 17 -
CMYK 0 0.12 0.93 0.05
HSL 52.27º 0.9% 0.51% -
HSV(B) 52.27º 0.93% 0.95% -
XYZ 60.51 66.51 10.18 -
YUV 199.33 25.11 158.44 -
System Red Green Blue C M Y K H S L
Decimal 242 213 17 0 0.12 0.93 0.05 52.27 0.9 0.51
Hex F2 D5 11 0 C 5D 5 34 5A 33
Octal 362 325 21 0 14 135 5 64 132 63
Binary 11110010 11010101 10001 0 1100 1011101 101 110100 1011010 110011

Color Harmonies of #F2D511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D511

Black with #F2D511

Text Example


Text Example

White with #F2D511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D511; }

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

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

background-color css

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

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

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

border-color css

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

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

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