Html Css Color HEX #FF5019 International Orange

📋 copy color: '#FF5019'

red 255 ◦ green 80 ◦ blue 25

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

Shades of International Orange #FF5019

Tints of International Orange #FF5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.94%

R = 70.83%
G = 22.22%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF5019 (or 0xFF5019) is known color: International Orange. HEX triplet: FF, 50 and 19. RGB value is (255,80,25). Sum of RGB (Red+Green+Blue) = 255+80+25=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5019 is #00AFE6. Grayscale: #7E7E7E. Windows color (decimal): -45031 or 1659135. OLE color: 1659135.

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

Color convert

RGB 255 80 25 -
CMYK 0 0.69 0.90 0
HSL 14.35º 1% 0.55% -
HSV(B) 14.35º 0.9% 1% -
XYZ 44.28 27.07 3.81 -
YUV 126.06 70.98 219.97 -
System Red Green Blue C M Y K H S L
Decimal 255 80 25 0 0.69 0.90 0 14.35 1 0.55
Hex FF 50 19 0 45 5A 0 E 64 37
Octal 377 120 31 0 105 132 0 16 144 67
Binary 11111111 1010000 11001 0 1000101 1011010 0 1110 1100100 110111

Color Harmonies of #FF5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5019

Black with #FF5019

Text Example


Text Example

White with #FF5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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