Html Css Color HEX #F0D950 Energy Yellow

📋 copy color: '#F0D950'

red 240 ◦ green 217 ◦ blue 80

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

Shades of Energy Yellow #F0D950

Tints of Energy Yellow #F0D950

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

 GREEN value IS 217 (85.16% from 255) = 40.41%

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

R = 44.69%
G = 40.41%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0D950 (or 0xF0D950) is known color: Energy Yellow. HEX triplet: F0, D9 and 50. RGB value is (240,217,80). Sum of RGB (Red+Green+Blue) = 240+217+80=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D950 is #0F26AF. Grayscale: #D0D0D0. Windows color (decimal): -992944 or 5298672. OLE color: 5298672.

HSL color Cylindrical-coordinate representation of color #F0D950: hue angle of 51.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0D950 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 80 -
CMYK 0 0.10 0.67 0.06
HSL 51.38º 0.84% 0.63% -
HSV(B) 51.38º 0.67% 0.94% -
XYZ 62.2 68.73 17.58 -
YUV 208.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 240 217 80 0 0.10 0.67 0.06 51.38 0.84 0.63
Hex F0 D9 50 0 A 43 6 33 54 3F
Octal 360 331 120 0 12 103 6 63 124 77
Binary 11110000 11011001 1010000 0 1010 1000011 110 110011 1010100 111111

Color Harmonies of #F0D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D950

Black with #F0D950

Text Example


Text Example

White with #F0D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D950; }

 p { color: rgb(240,217,80); }

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

background-color css

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

 a { background-color: rgb(240,217,80); }

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

border-color css

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

 span { border-color: rgb(240,217,80); }

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