Html Css Color HEX #FEC864 Grandis

📋 copy color: '#FEC864'

red 254 ◦ green 200 ◦ blue 100

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

Shades of Grandis #FEC864

Tints of Grandis #FEC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 45.85%
G = 36.1%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC864 (or 0xFEC864) is known color: Grandis. HEX triplet: FE, C8 and 64. RGB value is (254,200,100). Sum of RGB (Red+Green+Blue) = 254+200+100=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC864 is #01379B. Grayscale: #CDCDCD. Windows color (decimal): -79772 or 6605054. OLE color: 6605054.

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

Color convert

RGB 254 200 100 -
CMYK 0 0.21 0.61 0.00
HSL 38.96º 0.99% 0.69% -
HSV(B) 38.96º 0.61% 1% -
XYZ 63.83 63.3 20.91 -
YUV 204.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 254 200 100 0 0.21 0.61 0.00 38.96 0.99 0.69
Hex FE C8 64 0 15 3D 0 27 63 45
Octal 376 310 144 0 25 75 0 47 143 105
Binary 11111110 11001000 1100100 0 10101 111101 0 100111 1100011 1000101

Color Harmonies of #FEC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC864

Black with #FEC864

Text Example


Text Example

White with #FEC864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC864; }

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

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

background-color css

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

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

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

border-color css

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

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

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