Html Css Color HEX #FECF76 Grandis

📋 copy color: '#FECF76'

red 254 ◦ green 207 ◦ blue 118

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

Shades of Grandis #FECF76

Tints of Grandis #FECF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

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

R = 43.87%
G = 35.75%
B = 20.38%

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

#FECF76 (or 0xFECF76) is known color: Grandis. HEX triplet: FE, CF and 76. RGB value is (254,207,118). Sum of RGB (Red+Green+Blue) = 254+207+118=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF76 is #013089. Grayscale: #D3D3D3. Windows color (decimal): -77962 or 7786494. OLE color: 7786494.

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

Color convert

RGB 254 207 118 -
CMYK 0 0.19 0.54 0.00
HSL 39.26º 0.99% 0.73% -
HSV(B) 39.26º 0.54% 1% -
XYZ 66.46 67 26.57 -
YUV 210.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 254 207 118 0 0.19 0.54 0.00 39.26 0.99 0.73
Hex FE CF 76 0 13 36 0 27 63 49
Octal 376 317 166 0 23 66 0 47 143 111
Binary 11111110 11001111 1110110 0 10011 110110 0 100111 1100011 1001001

Color Harmonies of #FECF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF76

Black with #FECF76

Text Example


Text Example

White with #FECF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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