#FED762

Color #FED762 Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FED762

Tints of Dandelion #FED762

Color information

#FED762 (or 0xFED762) is unknown color: approx Dandelion. HEX triplet: FE, D7 and 62. RGB value is (254,215,98). Sum of RGB (Red+Green+Blue) = 254+215+98=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED762 is #01289D. Grayscale: #D5D5D5. Windows color (decimal): -75934 or 6477822. OLE color: 6477822.

HSL color Cylindrical-coordinate representation of color #FED762: hue angle of 45º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FED762 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB25421598-
CMYK00.150.610.00
HSL45º98.73%69.02%-
HSV(B)45º61.42%99.61%-
XYZ67.3870.5521.62-
YUV213.3262.92157.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 98 (38.67% from 255) = 17.28%
R=44.80%
G=37.92%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542159800.150.610.004598.7369.02
HexFED7620F3D02d6345
Octal37632714201775055143105
Binary1111111011010111110001001111111101010110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED762; }

 p { color: rgb(254,215,98); }

 H1.HeaderClassName
 {
   color: #FED762;
 }
 .AnyTagClassName
 {
   color: #FED762;
 }
</style>
background-color css

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

 a { background-color: rgb(254,215,98); }

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

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

 span { border-color: rgb(254,215,98); }

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