Html Css Color HEX #FED668 Dandelion

📋 copy color: '#FED668'

red 254 ◦ green 214 ◦ blue 104

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

Shades of Dandelion #FED668

Tints of Dandelion #FED668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.41%

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

R = 44.41%
G = 37.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FED668 (or 0xFED668) is known color: Dandelion. HEX triplet: FE, D6 and 68. RGB value is (254,214,104). Sum of RGB (Red+Green+Blue) = 254+214+104=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FED668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED668 is #012997. Grayscale: #D5D5D5. Windows color (decimal): -76184 or 6870782. OLE color: 6870782.

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

Color convert

RGB 254 214 104 -
CMYK 0 0.16 0.59 0.00
HSL 44º 0.99% 0.7% -
HSV(B) 44º 0.59% 1% -
XYZ 67.42 70.16 23.09 -
YUV 213.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 254 214 104 0 0.16 0.59 0.00 44 0.99 0.7
Hex FE D6 68 0 10 3B 0 2C 63 46
Octal 376 326 150 0 20 73 0 54 143 106
Binary 11111110 11010110 1101000 0 10000 111011 0 101100 1100011 1000110

Color Harmonies of #FED668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED668

Black with #FED668

Text Example


Text Example

White with #FED668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED668; }

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

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

background-color css

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

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

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

border-color css

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

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

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