#FD580A

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

Shades of International Orange #FD580A

Tints of International Orange #FD580A

Color information

#FD580A (or 0xFD580A) is unknown color: approx International Orange. HEX triplet: FD, 58 and 0A. RGB value is (253,88,10). Sum of RGB (Red+Green+Blue) = 253+88+10=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD580A is #02A7F5. Grayscale: #808080. Windows color (decimal): -174070 or 678141. OLE color: 678141.

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

Color convert

RGB2538810-
CMYK00.650.960.01
HSL19.26º98.38%51.57%-
HSV(B)19.26º96.05%99.22%-
XYZ44.0527.883.35-
YUV128.4461.16216.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 72.08%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 10 (4.30% from 255) = 2.85%
R=72.08%
G=25.07%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253881000.650.960.0119.2698.3851.57
HexFD58A041601136234
Octal37513012010114012314264
Binary11111101101100010100100000111000001100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD580A; }

 p { color: rgb(253,88,10); }

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

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

 a { background-color: rgb(253,88,10); }

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

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

 span { border-color: rgb(253,88,10); }

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