Html Css Color HEX #FEC76C Grandis

📋 copy color: '#FEC76C'

red 254 ◦ green 199 ◦ blue 108

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

Shades of Grandis #FEC76C

Tints of Grandis #FEC76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 45.28%
G = 35.47%
B = 19.25%

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

#FEC76C (or 0xFEC76C) is known color: Grandis. HEX triplet: FE, C7 and 6C. RGB value is (254,199,108). Sum of RGB (Red+Green+Blue) = 254+199+108=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC76C is #013893. Grayscale: #CDCDCD. Windows color (decimal): -80020 or 7129086. OLE color: 7129086.

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

Color convert

RGB 254 199 108 -
CMYK 0 0.22 0.57 0.00
HSL 37.4º 0.99% 0.71% -
HSV(B) 37.4º 0.57% 1% -
XYZ 64 63 22.97 -
YUV 205.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 254 199 108 0 0.22 0.57 0.00 37.4 0.99 0.71
Hex FE C7 6C 0 16 39 0 25 63 47
Octal 376 307 154 0 26 71 0 45 143 107
Binary 11111110 11000111 1101100 0 10110 111001 0 100101 1100011 1000111

Color Harmonies of #FEC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC76C

Black with #FEC76C

Text Example


Text Example

White with #FEC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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