Html Css Color HEX #F2D312 Turbo

📋 copy color: '#F2D312'

red 242 ◦ green 211 ◦ blue 18

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

Shades of Turbo #F2D312

Tints of Turbo #F2D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 51.38%
G = 44.8%
B = 3.82%

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

#F2D312 (or 0xF2D312) is known color: Turbo. HEX triplet: F2, D3 and 12. RGB value is (242,211,18). Sum of RGB (Red+Green+Blue) = 242+211+18=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D312 is #0D2CED. Grayscale: #C7C7C7. Windows color (decimal): -863470 or 1233906. OLE color: 1233906.

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

Color convert

RGB 242 211 18 -
CMYK 0 0.13 0.93 0.05
HSL 51.7º 0.9% 0.51% -
HSV(B) 51.7º 0.93% 0.95% -
XYZ 60.02 65.51 10.05 -
YUV 198.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 242 211 18 0 0.13 0.93 0.05 51.7 0.9 0.51
Hex F2 D3 12 0 D 5D 5 34 5A 33
Octal 362 323 22 0 15 135 5 64 132 63
Binary 11110010 11010011 10010 0 1101 1011101 101 110100 1011010 110011

Color Harmonies of #F2D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D312

Black with #F2D312

Text Example


Text Example

White with #F2D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D312; }

 p { color: rgb(242,211,18); }

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

background-color css

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

 a { background-color: rgb(242,211,18); }

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

border-color css

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

 span { border-color: rgb(242,211,18); }

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