Html Css Color HEX #FEDA60 Dandelion

📋 copy color: '#FEDA60'

red 254 ◦ green 218 ◦ blue 96

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

Shades of Dandelion #FEDA60

Tints of Dandelion #FEDA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.38%

 BLUE value IS 96 (37.89% from 255) = 16.9%

R = 44.72%
G = 38.38%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEDA60 (or 0xFEDA60) is known color: Dandelion. HEX triplet: FE, DA and 60. RGB value is (254,218,96). Sum of RGB (Red+Green+Blue) = 254+218+96=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA60 is #01259F. Grayscale: #D7D7D7. Windows color (decimal): -75168 or 6347518. OLE color: 6347518.

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

Color convert

RGB 254 218 96 -
CMYK 0 0.14 0.62 0.00
HSL 46.33º 0.99% 0.69% -
HSV(B) 46.33º 0.62% 1% -
XYZ 68.06 72.06 21.39 -
YUV 214.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 254 218 96 0 0.14 0.62 0.00 46.33 0.99 0.69
Hex FE DA 60 0 E 3E 0 2E 63 45
Octal 376 332 140 0 16 76 0 56 143 105
Binary 11111110 11011010 1100000 0 1110 111110 0 101110 1100011 1000101

Color Harmonies of #FEDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA60

Black with #FEDA60

Text Example


Text Example

White with #FEDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA60; }

 p { color: rgb(254,218,96); }

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

background-color css

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

 a { background-color: rgb(254,218,96); }

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

border-color css

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

 span { border-color: rgb(254,218,96); }

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