Html Css Color HEX #FED766 Dandelion

📋 copy color: '#FED766'

red 254 ◦ green 215 ◦ blue 102

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

Shades of Dandelion #FED766

Tints of Dandelion #FED766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.65%

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

R = 44.48%
G = 37.65%
B = 17.86%

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

#FED766 (or 0xFED766) is known color: Dandelion. HEX triplet: FE, D7 and 66. RGB value is (254,215,102). Sum of RGB (Red+Green+Blue) = 254+215+102=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED766 is #012899. Grayscale: #D6D6D6. Windows color (decimal): -75930 or 6739966. OLE color: 6739966.

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

Color convert

RGB 254 215 102 -
CMYK 0 0.15 0.60 0.00
HSL 44.61º 0.99% 0.7% -
HSV(B) 44.61º 0.6% 1% -
XYZ 67.57 70.63 22.64 -
YUV 213.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 254 215 102 0 0.15 0.60 0.00 44.61 0.99 0.7
Hex FE D7 66 0 F 3C 0 2D 63 46
Octal 376 327 146 0 17 74 0 55 143 106
Binary 11111110 11010111 1100110 0 1111 111100 0 101101 1100011 1000110

Color Harmonies of #FED766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED766

Black with #FED766

Text Example


Text Example

White with #FED766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED766; }

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

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

background-color css

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

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

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

border-color css

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

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

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