Html Css Color HEX #F2DA42 Energy Yellow

📋 copy color: '#F2DA42'

red 242 ◦ green 218 ◦ blue 66

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

Shades of Energy Yellow #F2DA42

Tints of Energy Yellow #F2DA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.55%

R = 46.01%
G = 41.44%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F2DA42 (or 0xF2DA42) is known color: Energy Yellow. HEX triplet: F2, DA and 42. RGB value is (242,218,66). Sum of RGB (Red+Green+Blue) = 242+218+66=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA42 is #0D25BD. Grayscale: #D0D0D0. Windows color (decimal): -861630 or 4381426. OLE color: 4381426.

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

Color convert

RGB 242 218 66 -
CMYK 0 0.10 0.73 0.05
HSL 51.82º 0.87% 0.6% -
HSV(B) 51.82º 0.73% 0.95% -
XYZ 62.67 69.41 15.25 -
YUV 207.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 242 218 66 0 0.10 0.73 0.05 51.82 0.87 0.6
Hex F2 DA 42 0 A 49 5 34 57 3C
Octal 362 332 102 0 12 111 5 64 127 74
Binary 11110010 11011010 1000010 0 1010 1001001 101 110100 1010111 111100

Color Harmonies of #F2DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA42

Black with #F2DA42

Text Example


Text Example

White with #F2DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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