Html Css Color HEX #FD580A International Orange

📋 copy color: '#FD580A'

red 253 ◦ green 88 ◦ blue 10

#FD580A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Orange #FD580A

Tints of International Orange #FD580A

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.3% from 255) = 2.85%

R = 72.08%
G = 25.07%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD580A (or 0xFD580A) is known color: 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

RGB 253 88 10 -
CMYK 0 0.65 0.96 0.01
HSL 19.26º 0.98% 0.52% -
HSV(B) 19.26º 0.96% 0.99% -
XYZ 44.05 27.88 3.35 -
YUV 128.44 61.16 216.84 -
System Red Green Blue C M Y K H S L
Decimal 253 88 10 0 0.65 0.96 0.01 19.26 0.98 0.52
Hex FD 58 A 0 41 60 1 13 62 34
Octal 375 130 12 0 101 140 1 23 142 64
Binary 11111101 1011000 1010 0 1000001 1100000 1 10011 1100010 110100

Color Harmonies of #FD580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD580A

Black with #FD580A

Text Example


Text Example

White with #FD580A

Text Example


Text Example

HTML Codes & Css Web 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>