Html Css Color HEX #FED66D Grandis

📋 copy color: '#FED66D'

red 254 ◦ green 214 ◦ blue 109

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

Shades of Grandis #FED66D

Tints of Grandis #FED66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.89%

R = 44.02%
G = 37.09%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED66D (or 0xFED66D) is known color: Grandis. HEX triplet: FE, D6 and 6D. RGB value is (254,214,109). Sum of RGB (Red+Green+Blue) = 254+214+109=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FED66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED66D is #012992. Grayscale: #D6D6D6. Windows color (decimal): -76179 or 7198462. OLE color: 7198462.

HSL color Cylindrical-coordinate representation of color #FED66D: hue angle of 43.45º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED66D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 109 -
CMYK 0 0.16 0.57 0.00
HSL 43.45º 0.99% 0.71% -
HSV(B) 43.45º 0.57% 1% -
XYZ 67.68 70.27 24.46 -
YUV 213.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 254 214 109 0 0.16 0.57 0.00 43.45 0.99 0.71
Hex FE D6 6D 0 10 39 0 2B 63 47
Octal 376 326 155 0 20 71 0 53 143 107
Binary 11111110 11010110 1101101 0 10000 111001 0 101011 1100011 1000111

Color Harmonies of #FED66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED66D

Black with #FED66D

Text Example


Text Example

White with #FED66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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