Html Css Color HEX #FEDB5F Dandelion

📋 copy color: '#FEDB5F'

red 254 ◦ green 219 ◦ blue 95

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

Shades of Dandelion #FEDB5F

Tints of Dandelion #FEDB5F

RGB

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

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

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

R = 44.72%
G = 38.56%
B = 16.73%

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

#FEDB5F (or 0xFEDB5F) is known color: Dandelion. HEX triplet: FE, DB and 5F. RGB value is (254,219,95). Sum of RGB (Red+Green+Blue) = 254+219+95=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB5F is #0124A0. Grayscale: #D7D7D7. Windows color (decimal): -74913 or 6282238. OLE color: 6282238.

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

Color convert

RGB 254 219 95 -
CMYK 0 0.14 0.63 0.00
HSL 46.79º 0.99% 0.68% -
HSV(B) 46.79º 0.63% 1% -
XYZ 68.27 72.56 21.23 -
YUV 215.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 254 219 95 0 0.14 0.63 0.00 46.79 0.99 0.68
Hex FE DB 5F 0 E 3F 0 2F 63 44
Octal 376 333 137 0 16 77 0 57 143 104
Binary 11111110 11011011 1011111 0 1110 111111 0 101111 1100011 1000100

Color Harmonies of #FEDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB5F

Black with #FEDB5F

Text Example


Text Example

White with #FEDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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