#FF4C4B

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

Shades of Sunset Orange #FF4C4B

Tints of Sunset Orange #FF4C4B

Color information

#FF4C4B (or 0xFF4C4B) is unknown color: approx Sunset Orange. HEX triplet: FF, 4C and 4B. RGB value is (255,76,75). Sum of RGB (Red+Green+Blue) = 255+76+75=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C4B is #00B3B4. Grayscale: #818181. Windows color (decimal): -46005 or 4934911. OLE color: 4934911.

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

Color convert

RGB2557675-
CMYK00.700.710
HSL0.33º100%64.71%-
HSV(B)0.33º70.59%100%-
XYZ45.0926.949.48-
YUV129.4197.3217.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 75 (29.69% from 255) = 18.47%
R=62.81%
G=18.72%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255767500.700.7100.3310064.71
HexFF4C4B04647006441
Octal377114113010610700144101
Binary11111111100110010010110100011010001110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4C4B; }

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

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

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

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

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

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

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

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