Html Css Color HEX #FEC46D Grandis

📋 copy color: '#FEC46D'

red 254 ◦ green 196 ◦ blue 109

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

Shades of Grandis #FEC46D

Tints of Grandis #FEC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.06%

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

R = 45.44%
G = 35.06%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEC46D (or 0xFEC46D) is known color: Grandis. HEX triplet: FE, C4 and 6D. RGB value is (254,196,109). Sum of RGB (Red+Green+Blue) = 254+196+109=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC46D is #013B92. Grayscale: #CBCBCB. Windows color (decimal): -80787 or 7193854. OLE color: 7193854.

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

Color convert

RGB 254 196 109 -
CMYK 0 0.23 0.57 0.00
HSL 36º 0.99% 0.71% -
HSV(B) 36º 0.57% 1% -
XYZ 63.37 61.65 23.03 -
YUV 203.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 254 196 109 0 0.23 0.57 0.00 36 0.99 0.71
Hex FE C4 6D 0 17 39 0 24 63 47
Octal 376 304 155 0 27 71 0 44 143 107
Binary 11111110 11000100 1101101 0 10111 111001 0 100100 1100011 1000111

Color Harmonies of #FEC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC46D

Black with #FEC46D

Text Example


Text Example

White with #FEC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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