Html Css Color HEX #F4D519 Turbo

📋 copy color: '#F4D519'

red 244 ◦ green 213 ◦ blue 25

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

Shades of Turbo #F4D519

Tints of Turbo #F4D519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.19%

R = 50.62%
G = 44.19%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F4D519 (or 0xF4D519) is known color: Turbo. HEX triplet: F4, D5 and 19. RGB value is (244,213,25). Sum of RGB (Red+Green+Blue) = 244+213+25=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D519 is #0B2AE6. Grayscale: #C9C9C9. Windows color (decimal): -731879 or 1693172. OLE color: 1693172.

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

Color convert

RGB 244 213 25 -
CMYK 0 0.13 0.90 0.04
HSL 51.51º 0.91% 0.53% -
HSV(B) 51.51º 0.9% 0.96% -
XYZ 61.28 66.89 10.6 -
YUV 200.84 28.77 158.79 -
System Red Green Blue C M Y K H S L
Decimal 244 213 25 0 0.13 0.90 0.04 51.51 0.91 0.53
Hex F4 D5 19 0 D 5A 4 34 5B 35
Octal 364 325 31 0 15 132 4 64 133 65
Binary 11110100 11010101 11001 0 1101 1011010 100 110100 1011011 110101

Color Harmonies of #F4D519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D519

Black with #F4D519

Text Example


Text Example

White with #F4D519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D519; }

 p { color: rgb(244,213,25); }

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

background-color css

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

 a { background-color: rgb(244,213,25); }

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

border-color css

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

 span { border-color: rgb(244,213,25); }

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