Html Css Color HEX #F0DB4A Energy Yellow

📋 copy color: '#F0DB4A'

red 240 ◦ green 219 ◦ blue 74

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

Shades of Energy Yellow #F0DB4A

Tints of Energy Yellow #F0DB4A

RGB

 RED value IS 240 (94.14% from 255) = 45.03%

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

 BLUE value IS 74 (29.3% from 255) = 13.88%

R = 45.03%
G = 41.09%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0DB4A (or 0xF0DB4A) is known color: Energy Yellow. HEX triplet: F0, DB and 4A. RGB value is (240,219,74). Sum of RGB (Red+Green+Blue) = 240+219+74=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB4A is #0F24B5. Grayscale: #D1D1D1. Windows color (decimal): -992438 or 4905968. OLE color: 4905968.

HSL color Cylindrical-coordinate representation of color #F0DB4A: hue angle of 52.41º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0DB4A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 74 -
CMYK 0 0.09 0.69 0.06
HSL 52.41º 0.85% 0.62% -
HSV(B) 52.41º 0.69% 0.94% -
XYZ 62.5 69.68 16.63 -
YUV 208.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 240 219 74 0 0.09 0.69 0.06 52.41 0.85 0.62
Hex F0 DB 4A 0 9 45 6 34 55 3E
Octal 360 333 112 0 11 105 6 64 125 76
Binary 11110000 11011011 1001010 0 1001 1000101 110 110100 1010101 111110

Color Harmonies of #F0DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB4A

Black with #F0DB4A

Text Example


Text Example

White with #F0DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB4A; }

 p { color: rgb(240,219,74); }

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

background-color css

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

 a { background-color: rgb(240,219,74); }

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

border-color css

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

 span { border-color: rgb(240,219,74); }

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