Html Css Color HEX #F2D414 Turbo

📋 copy color: '#F2D414'

red 242 ◦ green 212 ◦ blue 20

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

Shades of Turbo #F2D414

Tints of Turbo #F2D414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 51.05%
G = 44.73%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2D414 (or 0xF2D414) is known color: Turbo. HEX triplet: F2, D4 and 14. RGB value is (242,212,20). Sum of RGB (Red+Green+Blue) = 242+212+20=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D414 is #0D2BEB. Grayscale: #C7C7C7. Windows color (decimal): -863212 or 1365234. OLE color: 1365234.

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

Color convert

RGB 242 212 20 -
CMYK 0 0.12 0.92 0.05
HSL 51.89º 0.9% 0.51% -
HSV(B) 51.89º 0.92% 0.95% -
XYZ 60.29 66.01 10.23 -
YUV 199.08 26.94 158.61 -
System Red Green Blue C M Y K H S L
Decimal 242 212 20 0 0.12 0.92 0.05 51.89 0.9 0.51
Hex F2 D4 14 0 C 5C 5 34 5A 33
Octal 362 324 24 0 14 134 5 64 132 63
Binary 11110010 11010100 10100 0 1100 1011100 101 110100 1011010 110011

Color Harmonies of #F2D414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D414

Black with #F2D414

Text Example


Text Example

White with #F2D414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D414; }

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

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

background-color css

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

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

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

border-color css

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

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

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