Html Css Color HEX #FECE76 Grandis

📋 copy color: '#FECE76'

red 254 ◦ green 206 ◦ blue 118

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

Shades of Grandis #FECE76

Tints of Grandis #FECE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.64%

 BLUE value IS 118 (46.48% from 255) = 20.42%

R = 43.94%
G = 35.64%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FECE76 (or 0xFECE76) is known color: Grandis. HEX triplet: FE, CE and 76. RGB value is (254,206,118). Sum of RGB (Red+Green+Blue) = 254+206+118=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE76 is #013189. Grayscale: #D2D2D2. Windows color (decimal): -78218 or 7786238. OLE color: 7786238.

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

Color convert

RGB 254 206 118 -
CMYK 0 0.19 0.54 0.00
HSL 38.82º 0.99% 0.73% -
HSV(B) 38.82º 0.54% 1% -
XYZ 66.21 66.52 26.49 -
YUV 210.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 254 206 118 0 0.19 0.54 0.00 38.82 0.99 0.73
Hex FE CE 76 0 13 36 0 27 63 49
Octal 376 316 166 0 23 66 0 47 143 111
Binary 11111110 11001110 1110110 0 10011 110110 0 100111 1100011 1001001

Color Harmonies of #FECE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE76

Black with #FECE76

Text Example


Text Example

White with #FECE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE76; }

 p { color: rgb(254,206,118); }

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

background-color css

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

 a { background-color: rgb(254,206,118); }

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

border-color css

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

 span { border-color: rgb(254,206,118); }

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