Html Css Color HEX #FF5003 International Orange

📋 copy color: '#FF5003'

red 255 ◦ green 80 ◦ blue 3

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

Shades of International Orange #FF5003

Tints of International Orange #FF5003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 75.44%
G = 23.67%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF5003 (or 0xFF5003) is known color: International Orange. HEX triplet: FF, 50 and 03. RGB value is (255,80,3). Sum of RGB (Red+Green+Blue) = 255+80+3=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5003 is #00AFFC. Grayscale: #7C7C7C. Windows color (decimal): -45053 or 217343. OLE color: 217343.

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

Color convert

RGB 255 80 3 -
CMYK 0 0.69 0.99 0
HSL 18.33º 1% 0.51% -
HSV(B) 18.33º 0.99% 1% -
XYZ 44.13 27 2.97 -
YUV 123.55 59.98 221.76 -
System Red Green Blue C M Y K H S L
Decimal 255 80 3 0 0.69 0.99 0 18.33 1 0.51
Hex FF 50 3 0 45 63 0 12 64 33
Octal 377 120 3 0 105 143 0 22 144 63
Binary 11111111 1010000 11 0 1000101 1100011 0 10010 1100100 110011

Color Harmonies of #FF5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5003

Black with #FF5003

Text Example


Text Example

White with #FF5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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