Html Css Color HEX #F4DB1E Turbo

📋 copy color: '#F4DB1E'

red 244 ◦ green 219 ◦ blue 30

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

Shades of Turbo #F4DB1E

Tints of Turbo #F4DB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

 BLUE value IS 30 (12.11% from 255) = 6.09%

R = 49.49%
G = 44.42%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4DB1E (or 0xF4DB1E) is known color: Turbo. HEX triplet: F4, DB and 1E. RGB value is (244,219,30). Sum of RGB (Red+Green+Blue) = 244+219+30=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB1E is #0B24E1. Grayscale: #CDCDCD. Windows color (decimal): -730338 or 2022388. OLE color: 2022388.

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

Color convert

RGB 244 219 30 -
CMYK 0 0.10 0.88 0.04
HSL 52.99º 0.91% 0.54% -
HSV(B) 52.99º 0.88% 0.96% -
XYZ 62.87 69.99 11.42 -
YUV 204.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 244 219 30 0 0.10 0.88 0.04 52.99 0.91 0.54
Hex F4 DB 1E 0 A 58 4 35 5B 36
Octal 364 333 36 0 12 130 4 65 133 66
Binary 11110100 11011011 11110 0 1010 1011000 100 110101 1011011 110110

Color Harmonies of #F4DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DB1E

Black with #F4DB1E

Text Example


Text Example

White with #F4DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DB1E; }

 p { color: rgb(244,219,30); }

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

background-color css

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

 a { background-color: rgb(244,219,30); }

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

border-color css

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

 span { border-color: rgb(244,219,30); }

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