Html Css Color HEX #FED667 Dandelion

📋 copy color: '#FED667'

red 254 ◦ green 214 ◦ blue 103

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

Shades of Dandelion #FED667

Tints of Dandelion #FED667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.04%

R = 44.48%
G = 37.48%
B = 18.04%

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

#FED667 (or 0xFED667) is known color: Dandelion. HEX triplet: FE, D6 and 67. RGB value is (254,214,103). Sum of RGB (Red+Green+Blue) = 254+214+103=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED667 is #012998. Grayscale: #D5D5D5. Windows color (decimal): -76185 or 6805246. OLE color: 6805246.

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

Color convert

RGB 254 214 103 -
CMYK 0 0.16 0.59 0.00
HSL 44.11º 0.99% 0.7% -
HSV(B) 44.11º 0.59% 1% -
XYZ 67.37 70.14 22.82 -
YUV 213.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 254 214 103 0 0.16 0.59 0.00 44.11 0.99 0.7
Hex FE D6 67 0 10 3B 0 2C 63 46
Octal 376 326 147 0 20 73 0 54 143 106
Binary 11111110 11010110 1100111 0 10000 111011 0 101100 1100011 1000110

Color Harmonies of #FED667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED667

Black with #FED667

Text Example


Text Example

White with #FED667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED667; }

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

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

background-color css

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

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

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

border-color css

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

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

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