Html Css Color HEX #FEDA68 Dandelion

📋 copy color: '#FEDA68'

red 254 ◦ green 218 ◦ blue 104

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

Shades of Dandelion #FEDA68

Tints of Dandelion #FEDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.06%

R = 44.1%
G = 37.85%
B = 18.06%

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

#FEDA68 (or 0xFEDA68) is known color: Dandelion. HEX triplet: FE, DA and 68. RGB value is (254,218,104). Sum of RGB (Red+Green+Blue) = 254+218+104=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA68 is #012597. Grayscale: #D8D8D8. Windows color (decimal): -75160 or 6871806. OLE color: 6871806.

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

Color convert

RGB 254 218 104 -
CMYK 0 0.14 0.59 0.00
HSL 45.6º 0.99% 0.7% -
HSV(B) 45.6º 0.59% 1% -
XYZ 68.44 72.21 23.43 -
YUV 215.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 254 218 104 0 0.14 0.59 0.00 45.6 0.99 0.7
Hex FE DA 68 0 E 3B 0 2E 63 46
Octal 376 332 150 0 16 73 0 56 143 106
Binary 11111110 11011010 1101000 0 1110 111011 0 101110 1100011 1000110

Color Harmonies of #FEDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA68

Black with #FEDA68

Text Example


Text Example

White with #FEDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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