#FD483A

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

Shades of Sunset Orange #FD483A

Tints of Sunset Orange #FD483A

Color information

#FD483A (or 0xFD483A) is unknown color: approx Sunset Orange. HEX triplet: FD, 48 and 3A. RGB value is (253,72,58). Sum of RGB (Red+Green+Blue) = 253+72+58=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD483A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD483A is #02B7C5. Grayscale: #7C7C7C. Windows color (decimal): -178118 or 3819773. OLE color: 3819773.

HSL color Cylindrical-coordinate representation of color #FD483A: hue angle of 4.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD483A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB2537258-
CMYK00.720.770.01
HSL4.31º97.99%60.98%-
HSV(B)4.31º77.08%99.22%-
XYZ43.5925.826.69-
YUV124.5290.47219.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.06%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=66.06%
G=18.80%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253725800.720.770.014.3197.9960.98
HexFD483A0484D14623d
Octal3751107201101151414275
Binary11111101100100011101001001000100110111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD483A; }

 p { color: rgb(253,72,58); }

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

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

 a { background-color: rgb(253,72,58); }

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

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

 span { border-color: rgb(253,72,58); }

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