Html Css Color HEX #F4D620 Turbo

📋 copy color: '#F4D620'

red 244 ◦ green 214 ◦ blue 32

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

Shades of Turbo #F4D620

Tints of Turbo #F4D620

RGB

 RED value IS 244 (95.7% from 255) = 49.8%

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

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 49.8%
G = 43.67%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4D620 (or 0xF4D620) is known color: Turbo. HEX triplet: F4, D6 and 20. RGB value is (244,214,32). Sum of RGB (Red+Green+Blue) = 244+214+32=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D620 is #0B29DF. Grayscale: #CACACA. Windows color (decimal): -731616 or 2152180. OLE color: 2152180.

HSL color Cylindrical-coordinate representation of color #F4D620: hue angle of 51.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4D620 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 214 32 -
CMYK 0 0.12 0.87 0.04
HSL 51.51º 0.91% 0.54% -
HSV(B) 51.51º 0.87% 0.96% -
XYZ 61.62 67.43 11.13 -
YUV 202.22 31.94 157.8 -
System Red Green Blue C M Y K H S L
Decimal 244 214 32 0 0.12 0.87 0.04 51.51 0.91 0.54
Hex F4 D6 20 0 C 57 4 34 5B 36
Octal 364 326 40 0 14 127 4 64 133 66
Binary 11110100 11010110 100000 0 1100 1010111 100 110100 1011011 110110

Color Harmonies of #F4D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D620

Black with #F4D620

Text Example


Text Example

White with #F4D620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D620; }

 p { color: rgb(244,214,32); }

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

background-color css

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

 a { background-color: rgb(244,214,32); }

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

border-color css

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

 span { border-color: rgb(244,214,32); }

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