Html Css Color HEX #FECA63 Grandis

📋 copy color: '#FECA63'

red 254 ◦ green 202 ◦ blue 99

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

Shades of Grandis #FECA63

Tints of Grandis #FECA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.84%

R = 45.77%
G = 36.4%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FECA63 (or 0xFECA63) is known color: Grandis. HEX triplet: FE, CA and 63. RGB value is (254,202,99). Sum of RGB (Red+Green+Blue) = 254+202+99=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA63 is #01359C. Grayscale: #CECECE. Windows color (decimal): -79261 or 6540030. OLE color: 6540030.

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

Color convert

RGB 254 202 99 -
CMYK 0 0.20 0.61 0.00
HSL 39.87º 0.99% 0.69% -
HSV(B) 39.87º 0.61% 1% -
XYZ 64.25 64.21 20.81 -
YUV 205.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 254 202 99 0 0.20 0.61 0.00 39.87 0.99 0.69
Hex FE CA 63 0 14 3D 0 28 63 45
Octal 376 312 143 0 24 75 0 50 143 105
Binary 11111110 11001010 1100011 0 10100 111101 0 101000 1100011 1000101

Color Harmonies of #FECA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA63

Black with #FECA63

Text Example


Text Example

White with #FECA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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