Html Css Color HEX #F2DB49 Energy Yellow

📋 copy color: '#F2DB49'

red 242 ◦ green 219 ◦ blue 73

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

Shades of Energy Yellow #F2DB49

Tints of Energy Yellow #F2DB49

RGB

 RED value IS 242 (94.92% from 255) = 45.32%

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

 BLUE value IS 73 (28.91% from 255) = 13.67%

R = 45.32%
G = 41.01%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2DB49 (or 0xF2DB49) is known color: Energy Yellow. HEX triplet: F2, DB and 49. RGB value is (242,219,73). Sum of RGB (Red+Green+Blue) = 242+219+73=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB49 is #0D24B6. Grayscale: #D1D1D1. Windows color (decimal): -861367 or 4840434. OLE color: 4840434.

HSL color Cylindrical-coordinate representation of color #F2DB49: hue angle of 51.83º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2DB49 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 219 73 -
CMYK 0 0.10 0.70 0.05
HSL 51.83º 0.87% 0.62% -
HSV(B) 51.83º 0.7% 0.95% -
XYZ 63.15 70.02 16.49 -
YUV 209.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 242 219 73 0 0.10 0.70 0.05 51.83 0.87 0.62
Hex F2 DB 49 0 A 46 5 34 57 3E
Octal 362 333 111 0 12 106 5 64 127 76
Binary 11110010 11011011 1001001 0 1010 1000110 101 110100 1010111 111110

Color Harmonies of #F2DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DB49

Black with #F2DB49

Text Example


Text Example

White with #F2DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DB49; }

 p { color: rgb(242,219,73); }

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

background-color css

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

 a { background-color: rgb(242,219,73); }

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

border-color css

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

 span { border-color: rgb(242,219,73); }

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