Html Css Color HEX #F2DF50 Energy Yellow

📋 copy color: '#F2DF50'

red 242 ◦ green 223 ◦ blue 80

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

Shades of Energy Yellow #F2DF50

Tints of Energy Yellow #F2DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

 BLUE value IS 80 (31.64% from 255) = 14.68%

R = 44.4%
G = 40.92%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2DF50 (or 0xF2DF50) is known color: Energy Yellow. HEX triplet: F2, DF and 50. RGB value is (242,223,80). Sum of RGB (Red+Green+Blue) = 242+223+80=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF50 is #0D20AF. Grayscale: #D4D4D4. Windows color (decimal): -860336 or 5300210. OLE color: 5300210.

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

Color convert

RGB 242 223 80 -
CMYK 0 0.08 0.67 0.05
HSL 52.96º 0.86% 0.63% -
HSV(B) 52.96º 0.67% 0.95% -
XYZ 64.45 72.23 18.13 -
YUV 212.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 242 223 80 0 0.08 0.67 0.05 52.96 0.86 0.63
Hex F2 DF 50 0 8 43 5 35 56 3F
Octal 362 337 120 0 10 103 5 65 126 77
Binary 11110010 11011111 1010000 0 1000 1000011 101 110101 1010110 111111

Color Harmonies of #F2DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF50

Black with #F2DF50

Text Example


Text Example

White with #F2DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF50; }

 p { color: rgb(242,223,80); }

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

background-color css

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

 a { background-color: rgb(242,223,80); }

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

border-color css

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

 span { border-color: rgb(242,223,80); }

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