Html Css Color HEX #FED966 Dandelion

📋 copy color: '#FED966'

red 254 ◦ green 217 ◦ blue 102

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

Shades of Dandelion #FED966

Tints of Dandelion #FED966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.87%

 BLUE value IS 102 (40.23% from 255) = 17.8%

R = 44.33%
G = 37.87%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FED966 (or 0xFED966) is known color: Dandelion. HEX triplet: FE, D9 and 66. RGB value is (254,217,102). Sum of RGB (Red+Green+Blue) = 254+217+102=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FED966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED966 is #012699. Grayscale: #D7D7D7. Windows color (decimal): -75418 or 6740478. OLE color: 6740478.

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

Color convert

RGB 254 217 102 -
CMYK 0 0.15 0.60 0.00
HSL 45.39º 0.99% 0.7% -
HSV(B) 45.39º 0.6% 1% -
XYZ 68.08 71.66 22.81 -
YUV 214.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 254 217 102 0 0.15 0.60 0.00 45.39 0.99 0.7
Hex FE D9 66 0 F 3C 0 2D 63 46
Octal 376 331 146 0 17 74 0 55 143 106
Binary 11111110 11011001 1100110 0 1111 111100 0 101101 1100011 1000110

Color Harmonies of #FED966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED966

Black with #FED966

Text Example


Text Example

White with #FED966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED966; }

 p { color: rgb(254,217,102); }

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

background-color css

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

 a { background-color: rgb(254,217,102); }

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

border-color css

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

 span { border-color: rgb(254,217,102); }

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