Html Css Color HEX #FEC865 Grandis

📋 copy color: '#FEC865'

red 254 ◦ green 200 ◦ blue 101

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

Shades of Grandis #FEC865

Tints of Grandis #FEC865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.2%

R = 45.77%
G = 36.04%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEC865 (or 0xFEC865) is known color: Grandis. HEX triplet: FE, C8 and 65. RGB value is (254,200,101). Sum of RGB (Red+Green+Blue) = 254+200+101=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC865 is #01379A. Grayscale: #CDCDCD. Windows color (decimal): -79771 or 6670590. OLE color: 6670590.

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

Color convert

RGB 254 200 101 -
CMYK 0 0.21 0.60 0.00
HSL 38.82º 0.99% 0.7% -
HSV(B) 38.82º 0.6% 1% -
XYZ 63.88 63.32 21.17 -
YUV 204.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 254 200 101 0 0.21 0.60 0.00 38.82 0.99 0.7
Hex FE C8 65 0 15 3C 0 27 63 46
Octal 376 310 145 0 25 74 0 47 143 106
Binary 11111110 11001000 1100101 0 10101 111100 0 100111 1100011 1000110

Color Harmonies of #FEC865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC865

Black with #FEC865

Text Example


Text Example

White with #FEC865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC865; }

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

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

background-color css

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

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

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

border-color css

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

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

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