#FECA6B

Color #FECA6B Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FECA6B

Tints of Grandis #FECA6B

Color information

#FECA6B (or 0xFECA6B) is unknown color: approx Grandis. HEX triplet: FE, CA and 6B. RGB value is (254,202,107). Sum of RGB (Red+Green+Blue) = 254+202+107=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA6B is #013594. Grayscale: #CFCFCF. Windows color (decimal): -79253 or 7064318. OLE color: 7064318.

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

Color convert

RGB254202107-
CMYK00.200.580.00
HSL38.78º98.66%70.78%-
HSV(B)38.78º57.87%99.61%-
XYZ64.6564.3722.93-
YUV206.7271.73161.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 107 (42.19% from 255) = 19.01%
R=45.12%
G=35.88%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420210700.200.580.0038.7898.6670.78
HexFECA6B0143A0276347
Octal37631215302472047143107
Binary11111110110010101101011010100111010010011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA6B; }

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

 H1.HeaderClassName
 {
   color: #FECA6B;
 }
 .AnyTagClassName
 {
   color: #FECA6B;
 }
</style>
background-color css

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

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

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

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

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

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