Html Css Color HEX #F0DC52 Energy Yellow

📋 copy color: '#F0DC52'

red 240 ◦ green 220 ◦ blue 82

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

Shades of Energy Yellow #F0DC52

Tints of Energy Yellow #F0DC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

 BLUE value IS 82 (32.42% from 255) = 15.13%

R = 44.28%
G = 40.59%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0DC52 (or 0xF0DC52) is known color: Energy Yellow. HEX triplet: F0, DC and 52. RGB value is (240,220,82). Sum of RGB (Red+Green+Blue) = 240+220+82=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC52 is #0F23AD. Grayscale: #D2D2D2. Windows color (decimal): -992174 or 5430512. OLE color: 5430512.

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

Color convert

RGB 240 220 82 -
CMYK 0 0.08 0.66 0.06
HSL 52.41º 0.84% 0.63% -
HSV(B) 52.41º 0.66% 0.94% -
XYZ 63.05 70.32 18.23 -
YUV 210.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 240 220 82 0 0.08 0.66 0.06 52.41 0.84 0.63
Hex F0 DC 52 0 8 42 6 34 54 3F
Octal 360 334 122 0 10 102 6 64 124 77
Binary 11110000 11011100 1010010 0 1000 1000010 110 110100 1010100 111111

Color Harmonies of #F0DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC52

Black with #F0DC52

Text Example


Text Example

White with #F0DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC52; }

 p { color: rgb(240,220,82); }

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

background-color css

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

 a { background-color: rgb(240,220,82); }

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

border-color css

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

 span { border-color: rgb(240,220,82); }

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