Html Css Color HEX #FEC56A Grandis

📋 copy color: '#FEC56A'

red 254 ◦ green 197 ◦ blue 106

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

Shades of Grandis #FEC56A

Tints of Grandis #FEC56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 106 (41.8% from 255) = 19.03%

R = 45.6%
G = 35.37%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEC56A (or 0xFEC56A) is known color: Grandis. HEX triplet: FE, C5 and 6A. RGB value is (254,197,106). Sum of RGB (Red+Green+Blue) = 254+197+106=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC56A is #013A95. Grayscale: #CCCCCC. Windows color (decimal): -80534 or 6997502. OLE color: 6997502.

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

Color convert

RGB 254 197 106 -
CMYK 0 0.22 0.58 0.00
HSL 36.89º 0.99% 0.71% -
HSV(B) 36.89º 0.58% 1% -
XYZ 63.44 62.04 22.27 -
YUV 203.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 254 197 106 0 0.22 0.58 0.00 36.89 0.99 0.71
Hex FE C5 6A 0 16 3A 0 25 63 47
Octal 376 305 152 0 26 72 0 45 143 107
Binary 11111110 11000101 1101010 0 10110 111010 0 100101 1100011 1000111

Color Harmonies of #FEC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC56A

Black with #FEC56A

Text Example


Text Example

White with #FEC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC56A; }

 p { color: rgb(254,197,106); }

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

background-color css

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

 a { background-color: rgb(254,197,106); }

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

border-color css

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

 span { border-color: rgb(254,197,106); }

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