Html Css Color HEX #F2D512 Turbo

📋 copy color: '#F2D512'

red 242 ◦ green 213 ◦ blue 18

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

Shades of Turbo #F2D512

Tints of Turbo #F2D512

RGB

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

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

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

R = 51.16%
G = 45.03%
B = 3.81%

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

#F2D512 (or 0xF2D512) is known color: Turbo. HEX triplet: F2, D5 and 12. RGB value is (242,213,18). Sum of RGB (Red+Green+Blue) = 242+213+18=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D512 is #0D2AED. Grayscale: #C8C8C8. Windows color (decimal): -862958 or 1234418. OLE color: 1234418.

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

Color convert

RGB 242 213 18 -
CMYK 0 0.12 0.93 0.05
HSL 52.23º 0.9% 0.51% -
HSV(B) 52.23º 0.93% 0.95% -
XYZ 60.52 66.51 10.22 -
YUV 199.44 25.61 158.36 -
System Red Green Blue C M Y K H S L
Decimal 242 213 18 0 0.12 0.93 0.05 52.23 0.9 0.51
Hex F2 D5 12 0 C 5D 5 34 5A 33
Octal 362 325 22 0 14 135 5 64 132 63
Binary 11110010 11010101 10010 0 1100 1011101 101 110100 1011010 110011

Color Harmonies of #F2D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D512

Black with #F2D512

Text Example


Text Example

White with #F2D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D512; }

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

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

background-color css

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

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

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

border-color css

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

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

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