Html Css Color HEX #FECA64 Grandis

📋 copy color: '#FECA64'

red 254 ◦ green 202 ◦ blue 100

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

Shades of Grandis #FECA64

Tints of Grandis #FECA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.99%

R = 45.68%
G = 36.33%
B = 17.99%

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

#FECA64 (or 0xFECA64) is known color: Grandis. HEX triplet: FE, CA and 64. RGB value is (254,202,100). Sum of RGB (Red+Green+Blue) = 254+202+100=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA64 is #01359B. Grayscale: #CECECE. Windows color (decimal): -79260 or 6605566. OLE color: 6605566.

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

Color convert

RGB 254 202 100 -
CMYK 0 0.20 0.61 0.00
HSL 39.74º 0.99% 0.69% -
HSV(B) 39.74º 0.61% 1% -
XYZ 64.29 64.23 21.07 -
YUV 205.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 254 202 100 0 0.20 0.61 0.00 39.74 0.99 0.69
Hex FE CA 64 0 14 3D 0 28 63 45
Octal 376 312 144 0 24 75 0 50 143 105
Binary 11111110 11001010 1100100 0 10100 111101 0 101000 1100011 1000101

Color Harmonies of #FECA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA64

Black with #FECA64

Text Example


Text Example

White with #FECA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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