Html Css Color HEX #F2DD4A Energy Yellow

📋 copy color: '#F2DD4A'

red 242 ◦ green 221 ◦ blue 74

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

Shades of Energy Yellow #F2DD4A

Tints of Energy Yellow #F2DD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

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

R = 45.07%
G = 41.15%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2DD4A (or 0xF2DD4A) is known color: Energy Yellow. HEX triplet: F2, DD and 4A. RGB value is (242,221,74). Sum of RGB (Red+Green+Blue) = 242+221+74=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD4A is #0D22B5. Grayscale: #D3D3D3. Windows color (decimal): -860854 or 4906482. OLE color: 4906482.

HSL color Cylindrical-coordinate representation of color #F2DD4A: hue angle of 52.5º 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 #F2DD4A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 74 -
CMYK 0 0.09 0.69 0.05
HSL 52.5º 0.87% 0.62% -
HSV(B) 52.5º 0.69% 0.95% -
XYZ 63.71 71.08 16.84 -
YUV 210.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 242 221 74 0 0.09 0.69 0.05 52.5 0.87 0.62
Hex F2 DD 4A 0 9 45 5 34 57 3E
Octal 362 335 112 0 11 105 5 64 127 76
Binary 11110010 11011101 1001010 0 1001 1000101 101 110100 1010111 111110

Color Harmonies of #F2DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD4A

Black with #F2DD4A

Text Example


Text Example

White with #F2DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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