Html Css Color HEX #FF5000 International Orange

📋 copy color: '#FF5000'

red 255 ◦ green 80 ◦ blue 0

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

Shades of International Orange #FF5000

Tints of International Orange #FF5000

RGB

 RED value IS 255 (100% from 255) = 76.12%

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

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

R = 76.12%
G = 23.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF5000 (or 0xFF5000) is known color: International Orange. HEX triplet: FF, 50 and 00. RGB value is (255,80,0). Sum of RGB (Red+Green+Blue) = 255+80+0=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5000 is #00AFFF. Grayscale: #7B7B7B. Windows color (decimal): -45056 or 20735. OLE color: 20735.

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

Color convert

RGB 255 80 0 -
CMYK 0 0.69 1 0
HSL 18.82º 1% 0.5% -
HSV(B) 18.82º 1% 1% -
XYZ 44.11 27 2.89 -
YUV 123.21 58.48 222 -
System Red Green Blue C M Y K H S L
Decimal 255 80 0 0 0.69 1 0 18.82 1 0.5
Hex FF 50 0 0 45 64 0 13 64 32
Octal 377 120 0 0 105 144 0 23 144 62
Binary 11111111 1010000 0 0 1000101 1100100 0 10011 1100100 110010

Color Harmonies of #FF5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5000

Black with #FF5000

Text Example


Text Example

White with #FF5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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