Html Css Color HEX #F2DB4A Energy Yellow

📋 copy color: '#F2DB4A'

red 242 ◦ green 219 ◦ blue 74

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

Shades of Energy Yellow #F2DB4A

Tints of Energy Yellow #F2DB4A

RGB

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

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

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

R = 45.23%
G = 40.93%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2DB4A (or 0xF2DB4A) is known color: Energy Yellow. HEX triplet: F2, DB and 4A. RGB value is (242,219,74). Sum of RGB (Red+Green+Blue) = 242+219+74=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB4A is #0D24B5. Grayscale: #D1D1D1. Windows color (decimal): -861366 or 4905970. OLE color: 4905970.

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

Color convert

RGB 242 219 74 -
CMYK 0 0.10 0.69 0.05
HSL 51.79º 0.87% 0.62% -
HSV(B) 51.79º 0.69% 0.95% -
XYZ 63.19 70.03 16.67 -
YUV 209.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 242 219 74 0 0.10 0.69 0.05 51.79 0.87 0.62
Hex F2 DB 4A 0 A 45 5 34 57 3E
Octal 362 333 112 0 12 105 5 64 127 76
Binary 11110010 11011011 1001010 0 1010 1000101 101 110100 1010111 111110

Color Harmonies of #F2DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DB4A

Black with #F2DB4A

Text Example


Text Example

White with #F2DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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