Html Css Color HEX #FECA65 Grandis

📋 copy color: '#FECA65'

red 254 ◦ green 202 ◦ blue 101

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

Shades of Grandis #FECA65

Tints of Grandis #FECA65

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.27%

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

R = 45.6%
G = 36.27%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FECA65 (or 0xFECA65) is known color: Grandis. HEX triplet: FE, CA and 65. RGB value is (254,202,101). Sum of RGB (Red+Green+Blue) = 254+202+101=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA65 is #01359A. Grayscale: #CECECE. Windows color (decimal): -79259 or 6671102. OLE color: 6671102.

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

Color convert

RGB 254 202 101 -
CMYK 0 0.20 0.60 0.00
HSL 39.61º 0.99% 0.7% -
HSV(B) 39.61º 0.6% 1% -
XYZ 64.34 64.25 21.32 -
YUV 206.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 254 202 101 0 0.20 0.60 0.00 39.61 0.99 0.7
Hex FE CA 65 0 14 3C 0 28 63 46
Octal 376 312 145 0 24 74 0 50 143 106
Binary 11111110 11001010 1100101 0 10100 111100 0 101000 1100011 1000110

Color Harmonies of #FECA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA65

Black with #FECA65

Text Example


Text Example

White with #FECA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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