Html Css Color HEX #FEC564 Grandis

📋 copy color: '#FEC564'

red 254 ◦ green 197 ◦ blue 100

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

Shades of Grandis #FEC564

Tints of Grandis #FEC564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.15%

R = 46.1%
G = 35.75%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC564 (or 0xFEC564) is known color: Grandis. HEX triplet: FE, C5 and 64. RGB value is (254,197,100). Sum of RGB (Red+Green+Blue) = 254+197+100=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC564 is #013A9B. Grayscale: #CBCBCB. Windows color (decimal): -80540 or 6604286. OLE color: 6604286.

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

Color convert

RGB 254 197 100 -
CMYK 0 0.22 0.61 0.00
HSL 37.79º 0.99% 0.69% -
HSV(B) 37.79º 0.61% 1% -
XYZ 63.14 61.92 20.68 -
YUV 202.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 254 197 100 0 0.22 0.61 0.00 37.79 0.99 0.69
Hex FE C5 64 0 16 3D 0 26 63 45
Octal 376 305 144 0 26 75 0 46 143 105
Binary 11111110 11000101 1100100 0 10110 111101 0 100110 1100011 1000101

Color Harmonies of #FEC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC564

Black with #FEC564

Text Example


Text Example

White with #FEC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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