Html Css Color HEX #FEDE5F Dandelion

📋 copy color: '#FEDE5F'

red 254 ◦ green 222 ◦ blue 95

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

Shades of Dandelion #FEDE5F

Tints of Dandelion #FEDE5F

RGB

 RED value IS 254 (99.61% from 255) = 44.48%

 GREEN value IS 222 (87.11% from 255) = 38.88%

 BLUE value IS 95 (37.5% from 255) = 16.64%

R = 44.48%
G = 38.88%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEDE5F (or 0xFEDE5F) is known color: Dandelion. HEX triplet: FE, DE and 5F. RGB value is (254,222,95). Sum of RGB (Red+Green+Blue) = 254+222+95=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 95 (37.5% from 255 or 16.64% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE5F is #0121A0. Grayscale: #D9D9D9. Windows color (decimal): -74145 or 6283006. OLE color: 6283006.

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

Color convert

RGB 254 222 95 -
CMYK 0 0.13 0.63 0.00
HSL 47.92º 0.99% 0.68% -
HSV(B) 47.92º 0.63% 1% -
XYZ 69.06 74.14 21.5 -
YUV 217.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 254 222 95 0 0.13 0.63 0.00 47.92 0.99 0.68
Hex FE DE 5F 0 D 3F 0 30 63 44
Octal 376 336 137 0 15 77 0 60 143 104
Binary 11111110 11011110 1011111 0 1101 111111 0 110000 1100011 1000100

Color Harmonies of #FEDE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE5F

Black with #FEDE5F

Text Example


Text Example

White with #FEDE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE5F; }

 p { color: rgb(254,222,95); }

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

background-color css

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

 a { background-color: rgb(254,222,95); }

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

border-color css

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

 span { border-color: rgb(254,222,95); }

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