Html Css Color HEX #FECA75 Grandis

📋 copy color: '#FECA75'

red 254 ◦ green 202 ◦ blue 117

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

Shades of Grandis #FECA75

Tints of Grandis #FECA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.42%

R = 44.33%
G = 35.25%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FECA75 (or 0xFECA75) is known color: Grandis. HEX triplet: FE, CA and 75. RGB value is (254,202,117). Sum of RGB (Red+Green+Blue) = 254+202+117=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA75 is #01358A. Grayscale: #D0D0D0. Windows color (decimal): -79243 or 7719678. OLE color: 7719678.

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

Color convert

RGB 254 202 117 -
CMYK 0 0.20 0.54 0.00
HSL 37.23º 0.99% 0.73% -
HSV(B) 37.23º 0.54% 1% -
XYZ 65.2 64.6 25.86 -
YUV 207.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 254 202 117 0 0.20 0.54 0.00 37.23 0.99 0.73
Hex FE CA 75 0 14 36 0 25 63 49
Octal 376 312 165 0 24 66 0 45 143 111
Binary 11111110 11001010 1110101 0 10100 110110 0 100101 1100011 1001001

Color Harmonies of #FECA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA75

Black with #FECA75

Text Example


Text Example

White with #FECA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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