Html Css Color HEX #F2DA54 Energy Yellow

📋 copy color: '#F2DA54'

red 242 ◦ green 218 ◦ blue 84

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

Shades of Energy Yellow #F2DA54

Tints of Energy Yellow #F2DA54

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

 BLUE value IS 84 (33.2% from 255) = 15.44%

R = 44.49%
G = 40.07%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F2DA54 (or 0xF2DA54) is known color: Energy Yellow. HEX triplet: F2, DA and 54. RGB value is (242,218,84). Sum of RGB (Red+Green+Blue) = 242+218+84=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA54 is #0D25AB. Grayscale: #D2D2D2. Windows color (decimal): -861612 or 5561074. OLE color: 5561074.

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

Color convert

RGB 242 218 84 -
CMYK 0 0.10 0.65 0.05
HSL 50.89º 0.86% 0.64% -
HSV(B) 50.89º 0.65% 0.95% -
XYZ 63.29 69.66 18.5 -
YUV 209.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 242 218 84 0 0.10 0.65 0.05 50.89 0.86 0.64
Hex F2 DA 54 0 A 41 5 33 56 40
Octal 362 332 124 0 12 101 5 63 126 100
Binary 11110010 11011010 1010100 0 1010 1000001 101 110011 1010110 1000000

Color Harmonies of #F2DA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA54

Black with #F2DA54

Text Example


Text Example

White with #F2DA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA54; }

 p { color: rgb(242,218,84); }

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

background-color css

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

 a { background-color: rgb(242,218,84); }

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

border-color css

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

 span { border-color: rgb(242,218,84); }

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