Html Css Color HEX #FECA74 Grandis

📋 copy color: '#FECA74'

red 254 ◦ green 202 ◦ blue 116

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

Shades of Grandis #FECA74

Tints of Grandis #FECA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.28%

R = 44.41%
G = 35.31%
B = 20.28%

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

#FECA74 (or 0xFECA74) is known color: Grandis. HEX triplet: FE, CA and 74. RGB value is (254,202,116). Sum of RGB (Red+Green+Blue) = 254+202+116=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA74 is #01358B. Grayscale: #D0D0D0. Windows color (decimal): -79244 or 7654142. OLE color: 7654142.

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

Color convert

RGB 254 202 116 -
CMYK 0 0.20 0.54 0.00
HSL 37.39º 0.99% 0.73% -
HSV(B) 37.39º 0.54% 1% -
XYZ 65.15 64.57 25.55 -
YUV 207.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 254 202 116 0 0.20 0.54 0.00 37.39 0.99 0.73
Hex FE CA 74 0 14 36 0 25 63 49
Octal 376 312 164 0 24 66 0 45 143 111
Binary 11111110 11001010 1110100 0 10100 110110 0 100101 1100011 1001001

Color Harmonies of #FECA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA74

Black with #FECA74

Text Example


Text Example

White with #FECA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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