Html Css Color HEX #F2D612 Turbo

📋 copy color: '#F2D612'

red 242 ◦ green 214 ◦ blue 18

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

Shades of Turbo #F2D612

Tints of Turbo #F2D612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

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

R = 51.05%
G = 45.15%
B = 3.8%

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

#F2D612 (or 0xF2D612) is known color: Turbo. HEX triplet: F2, D6 and 12. RGB value is (242,214,18). Sum of RGB (Red+Green+Blue) = 242+214+18=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D612 is #0D29ED. Grayscale: #C8C8C8. Windows color (decimal): -862702 or 1234674. OLE color: 1234674.

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

Color convert

RGB 242 214 18 -
CMYK 0 0.12 0.93 0.05
HSL 52.5º 0.9% 0.51% -
HSV(B) 52.5º 0.93% 0.95% -
XYZ 60.77 67.01 10.3 -
YUV 200.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 242 214 18 0 0.12 0.93 0.05 52.5 0.9 0.51
Hex F2 D6 12 0 C 5D 5 34 5A 33
Octal 362 326 22 0 14 135 5 64 132 63
Binary 11110010 11010110 10010 0 1100 1011101 101 110100 1011010 110011

Color Harmonies of #F2D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D612

Black with #F2D612

Text Example


Text Example

White with #F2D612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D612; }

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

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

background-color css

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

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

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

border-color css

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

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

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