Html Css Color HEX #F2D814 Turbo

📋 copy color: '#F2D814'

red 242 ◦ green 216 ◦ blue 20

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

Shades of Turbo #F2D814

Tints of Turbo #F2D814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 50.63%
G = 45.19%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2D814 (or 0xF2D814) is known color: Turbo. HEX triplet: F2, D8 and 14. RGB value is (242,216,20). Sum of RGB (Red+Green+Blue) = 242+216+20=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D814 is #0D27EB. Grayscale: #CACACA. Windows color (decimal): -862188 or 1366258. OLE color: 1366258.

HSL color Cylindrical-coordinate representation of color #F2D814: hue angle of 52.97º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2D814 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 20 -
CMYK 0 0.11 0.92 0.05
HSL 52.97º 0.9% 0.51% -
HSV(B) 52.97º 0.92% 0.95% -
XYZ 61.3 68.04 10.56 -
YUV 201.43 25.61 156.94 -
System Red Green Blue C M Y K H S L
Decimal 242 216 20 0 0.11 0.92 0.05 52.97 0.9 0.51
Hex F2 D8 14 0 B 5C 5 35 5A 33
Octal 362 330 24 0 13 134 5 65 132 63
Binary 11110010 11011000 10100 0 1011 1011100 101 110101 1011010 110011

Color Harmonies of #F2D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D814

Black with #F2D814

Text Example


Text Example

White with #F2D814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D814; }

 p { color: rgb(242,216,20); }

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

background-color css

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

 a { background-color: rgb(242,216,20); }

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

border-color css

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

 span { border-color: rgb(242,216,20); }

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