Html Css Color HEX #FEC96F Grandis

📋 copy color: '#FEC96F'

red 254 ◦ green 201 ◦ blue 111

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

Shades of Grandis #FEC96F

Tints of Grandis #FEC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 111 (43.75% from 255) = 19.61%

R = 44.88%
G = 35.51%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEC96F (or 0xFEC96F) is known color: Grandis. HEX triplet: FE, C9 and 6F. RGB value is (254,201,111). Sum of RGB (Red+Green+Blue) = 254+201+111=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC96F is #013690. Grayscale: #CFCFCF. Windows color (decimal): -79505 or 7326206. OLE color: 7326206.

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

Color convert

RGB 254 201 111 -
CMYK 0 0.21 0.56 0.00
HSL 37.76º 0.99% 0.72% -
HSV(B) 37.76º 0.56% 1% -
XYZ 64.63 63.99 23.98 -
YUV 206.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 254 201 111 0 0.21 0.56 0.00 37.76 0.99 0.72
Hex FE C9 6F 0 15 38 0 26 63 48
Octal 376 311 157 0 25 70 0 46 143 110
Binary 11111110 11001001 1101111 0 10101 111000 0 100110 1100011 1001000

Color Harmonies of #FEC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC96F

Black with #FEC96F

Text Example


Text Example

White with #FEC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC96F; }

 p { color: rgb(254,201,111); }

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

background-color css

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

 a { background-color: rgb(254,201,111); }

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

border-color css

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

 span { border-color: rgb(254,201,111); }

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