Html Css Color HEX #FEDA69 Dandelion

📋 copy color: '#FEDA69'

red 254 ◦ green 218 ◦ blue 105

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

Shades of Dandelion #FEDA69

Tints of Dandelion #FEDA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.2%

R = 44.02%
G = 37.78%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEDA69 (or 0xFEDA69) is known color: Dandelion. HEX triplet: FE, DA and 69. RGB value is (254,218,105). Sum of RGB (Red+Green+Blue) = 254+218+105=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 105 (41.41% from 255 or 18.20% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA69 is #012596. Grayscale: #D8D8D8. Windows color (decimal): -75159 or 6937342. OLE color: 6937342.

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

Color convert

RGB 254 218 105 -
CMYK 0 0.14 0.59 0.00
HSL 45.5º 0.99% 0.7% -
HSV(B) 45.5º 0.59% 1% -
XYZ 68.49 72.23 23.7 -
YUV 215.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 254 218 105 0 0.14 0.59 0.00 45.5 0.99 0.7
Hex FE DA 69 0 E 3B 0 2E 63 46
Octal 376 332 151 0 16 73 0 56 143 106
Binary 11111110 11011010 1101001 0 1110 111011 0 101110 1100011 1000110

Color Harmonies of #FEDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA69

Black with #FEDA69

Text Example


Text Example

White with #FEDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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