#FF994C

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

Shades of Sunshade #FF994C

Tints of Sunshade #FF994C

Color information

#FF994C (or 0xFF994C) is unknown color: approx Sunshade. HEX triplet: FF, 99 and 4C. RGB value is (255,153,76). Sum of RGB (Red+Green+Blue) = 255+153+76=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF994C is #0066B3. Grayscale: #AFAFAF. Windows color (decimal): -26292 or 5020159. OLE color: 5020159.

HSL color Cylindrical-coordinate representation of color #FF994C: hue angle of 25.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF994C is Cyan = 0, Magento = 0.4, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB25515376-
CMYK00.40.700
HSL25.81º100%64.9%-
HSV(B)25.81º70.2%100%-
XYZ53.9444.5612.6-
YUV174.7272.29185.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 76 (30.08% from 255) = 15.70%
R=52.69%
G=31.61%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551537600.40.70025.8110064.9
HexFF994C0284601a6441
Octal377231114050106032144101
Binary111111111001100110011000101000100011001101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF994C; }

 p { color: rgb(255,153,76); }

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

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

 a { background-color: rgb(255,153,76); }

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

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

 span { border-color: rgb(255,153,76); }

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