Html Css Color HEX #FD5000 International Orange

📋 copy color: '#FD5000'

red 253 ◦ green 80 ◦ blue 0

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

Shades of International Orange #FD5000

Tints of International Orange #FD5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.98%
G = 24.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD5000 (or 0xFD5000) is known color: International Orange. HEX triplet: FD, 50 and 00. RGB value is (253,80,0). Sum of RGB (Red+Green+Blue) = 253+80+0=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5000 is #02AFFF. Grayscale: #7B7B7B. Windows color (decimal): -176128 or 20733. OLE color: 20733.

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

Color convert

RGB 253 80 0 -
CMYK 0 0.68 1 0.01
HSL 18.97º 1% 0.5% -
HSV(B) 18.97º 1% 0.99% -
XYZ 43.38 26.62 2.85 -
YUV 122.61 58.81 221 -
System Red Green Blue C M Y K H S L
Decimal 253 80 0 0 0.68 1 0.01 18.97 1 0.5
Hex FD 50 0 0 44 64 1 13 64 32
Octal 375 120 0 0 104 144 1 23 144 62
Binary 11111101 1010000 0 0 1000100 1100100 1 10011 1100100 110010

Color Harmonies of #FD5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5000

Black with #FD5000

Text Example


Text Example

White with #FD5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5000; }

 p { color: rgb(253,80,0); }

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

background-color css

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

 a { background-color: rgb(253,80,0); }

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

border-color css

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

 span { border-color: rgb(253,80,0); }

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