Html Css Color HEX #FECA73 Grandis

📋 copy color: '#FECA73'

red 254 ◦ green 202 ◦ blue 115

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

Shades of Grandis #FECA73

Tints of Grandis #FECA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.14%

R = 44.48%
G = 35.38%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FECA73 (or 0xFECA73) is known color: Grandis. HEX triplet: FE, CA and 73. RGB value is (254,202,115). Sum of RGB (Red+Green+Blue) = 254+202+115=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA73 is #01358C. Grayscale: #D0D0D0. Windows color (decimal): -79245 or 7588606. OLE color: 7588606.

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

Color convert

RGB 254 202 115 -
CMYK 0 0.20 0.55 0.00
HSL 37.55º 0.99% 0.72% -
HSV(B) 37.55º 0.55% 1% -
XYZ 65.09 64.55 25.25 -
YUV 207.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 254 202 115 0 0.20 0.55 0.00 37.55 0.99 0.72
Hex FE CA 73 0 14 37 0 26 63 48
Octal 376 312 163 0 24 67 0 46 143 110
Binary 11111110 11001010 1110011 0 10100 110111 0 100110 1100011 1001000

Color Harmonies of #FECA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA73

Black with #FECA73

Text Example


Text Example

White with #FECA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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