Html Css Color HEX #FEC76E Grandis

📋 copy color: '#FEC76E'

red 254 ◦ green 199 ◦ blue 110

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

Shades of Grandis #FEC76E

Tints of Grandis #FEC76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.35%

 BLUE value IS 110 (43.36% from 255) = 19.54%

R = 45.12%
G = 35.35%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEC76E (or 0xFEC76E) is known color: Grandis. HEX triplet: FE, C7 and 6E. RGB value is (254,199,110). Sum of RGB (Red+Green+Blue) = 254+199+110=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC76E is #013891. Grayscale: #CDCDCD. Windows color (decimal): -80018 or 7260158. OLE color: 7260158.

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

Color convert

RGB 254 199 110 -
CMYK 0 0.22 0.57 0.00
HSL 37.08º 0.99% 0.71% -
HSV(B) 37.08º 0.57% 1% -
XYZ 64.11 63.04 23.54 -
YUV 205.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 254 199 110 0 0.22 0.57 0.00 37.08 0.99 0.71
Hex FE C7 6E 0 16 39 0 25 63 47
Octal 376 307 156 0 26 71 0 45 143 107
Binary 11111110 11000111 1101110 0 10110 111001 0 100101 1100011 1000111

Color Harmonies of #FEC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC76E

Black with #FEC76E

Text Example


Text Example

White with #FEC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC76E; }

 p { color: rgb(254,199,110); }

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

background-color css

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

 a { background-color: rgb(254,199,110); }

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

border-color css

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

 span { border-color: rgb(254,199,110); }

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