Html Css Color HEX #FED16D Grandis

📋 copy color: '#FED16D'

red 254 ◦ green 209 ◦ blue 109

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

Shades of Grandis #FED16D

Tints of Grandis #FED16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.54%

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

R = 44.41%
G = 36.54%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED16D (or 0xFED16D) is known color: Grandis. HEX triplet: FE, D1 and 6D. RGB value is (254,209,109). Sum of RGB (Red+Green+Blue) = 254+209+109=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16D is #012E92. Grayscale: #D3D3D3. Windows color (decimal): -77459 or 7197182. OLE color: 7197182.

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

Color convert

RGB 254 209 109 -
CMYK 0 0.18 0.57 0.00
HSL 41.38º 0.99% 0.71% -
HSV(B) 41.38º 0.57% 1% -
XYZ 66.43 67.78 24.05 -
YUV 211.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 254 209 109 0 0.18 0.57 0.00 41.38 0.99 0.71
Hex FE D1 6D 0 12 39 0 29 63 47
Octal 376 321 155 0 22 71 0 51 143 107
Binary 11111110 11010001 1101101 0 10010 111001 0 101001 1100011 1000111

Color Harmonies of #FED16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED16D

Black with #FED16D

Text Example


Text Example

White with #FED16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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