Html Css Color HEX #FD5501 International Orange

📋 copy color: '#FD5501'

red 253 ◦ green 85 ◦ blue 1

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

Shades of International Orange #FD5501

Tints of International Orange #FD5501

RGB

 RED value IS 253 (99.22% from 255) = 74.63%

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 74.63%
G = 25.07%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD5501 (or 0xFD5501) is known color: International Orange. HEX triplet: FD, 55 and 01. RGB value is (253,85,1). Sum of RGB (Red+Green+Blue) = 253+85+1=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5501 is #02AAFE. Grayscale: #7E7E7E. Windows color (decimal): -174847 or 87549. OLE color: 87549.

HSL color Cylindrical-coordinate representation of color #FD5501: hue angle of 20º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD5501 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 1 -
CMYK 0 0.66 1.00 0.01
HSL 20º 0.99% 0.5% -
HSV(B) 20º 1% 0.99% -
XYZ 43.76 27.38 3.01 -
YUV 125.66 57.66 218.83 -
System Red Green Blue C M Y K H S L
Decimal 253 85 1 0 0.66 1.00 0.01 20 0.99 0.5
Hex FD 55 1 0 42 64 1 14 63 32
Octal 375 125 1 0 102 144 1 24 143 62
Binary 11111101 1010101 1 0 1000010 1100100 1 10100 1100011 110010

Color Harmonies of #FD5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5501

Black with #FD5501

Text Example


Text Example

White with #FD5501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5501; }

 p { color: rgb(253,85,1); }

 H1.HeaderClassName
 {
   color: #FD5501;
 }
 .AnyTagClassName
 {
   color: #FD5501;
 }
</style>

background-color css

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

 a { background-color: rgb(253,85,1); }

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

border-color css

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

 span { border-color: rgb(253,85,1); }

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