Html Css Color HEX #FEDB5E Dandelion

📋 copy color: '#FEDB5E'

red 254 ◦ green 219 ◦ blue 94

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

Shades of Dandelion #FEDB5E

Tints of Dandelion #FEDB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

 BLUE value IS 94 (37.11% from 255) = 16.58%

R = 44.8%
G = 38.62%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEDB5E (or 0xFEDB5E) is known color: Dandelion. HEX triplet: FE, DB and 5E. RGB value is (254,219,94). Sum of RGB (Red+Green+Blue) = 254+219+94=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB5E is #0124A1. Grayscale: #D7D7D7. Windows color (decimal): -74914 or 6216702. OLE color: 6216702.

HSL color Cylindrical-coordinate representation of color #FEDB5E: hue angle of 46.88º 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 #FEDB5E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 94 -
CMYK 0 0.14 0.63 0.00
HSL 46.88º 0.99% 0.68% -
HSV(B) 46.88º 0.63% 1% -
XYZ 68.22 72.54 21 -
YUV 215.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 254 219 94 0 0.14 0.63 0.00 46.88 0.99 0.68
Hex FE DB 5E 0 E 3F 0 2F 63 44
Octal 376 333 136 0 16 77 0 57 143 104
Binary 11111110 11011011 1011110 0 1110 111111 0 101111 1100011 1000100

Color Harmonies of #FEDB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB5E

Black with #FEDB5E

Text Example


Text Example

White with #FEDB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB5E; }

 p { color: rgb(254,219,94); }

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

background-color css

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

 a { background-color: rgb(254,219,94); }

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

border-color css

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

 span { border-color: rgb(254,219,94); }

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