Html Css Color HEX #FEDA61 Dandelion

📋 copy color: '#FEDA61'

red 254 ◦ green 218 ◦ blue 97

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

Shades of Dandelion #FEDA61

Tints of Dandelion #FEDA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.05%

R = 44.64%
G = 38.31%
B = 17.05%

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

#FEDA61 (or 0xFEDA61) is known color: Dandelion. HEX triplet: FE, DA and 61. RGB value is (254,218,97). Sum of RGB (Red+Green+Blue) = 254+218+97=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 97 (38.28% from 255 or 17.05% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA61 is #01259E. Grayscale: #D7D7D7. Windows color (decimal): -75167 or 6413054. OLE color: 6413054.

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

Color convert

RGB 254 218 97 -
CMYK 0 0.14 0.62 0.00
HSL 46.24º 0.99% 0.69% -
HSV(B) 46.24º 0.62% 1% -
XYZ 68.1 72.08 21.63 -
YUV 214.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 254 218 97 0 0.14 0.62 0.00 46.24 0.99 0.69
Hex FE DA 61 0 E 3E 0 2E 63 45
Octal 376 332 141 0 16 76 0 56 143 105
Binary 11111110 11011010 1100001 0 1110 111110 0 101110 1100011 1000101

Color Harmonies of #FEDA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA61

Black with #FEDA61

Text Example


Text Example

White with #FEDA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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