Html Css Color HEX #FF5018 International Orange

📋 copy color: '#FF5018'

red 255 ◦ green 80 ◦ blue 24

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

Shades of International Orange #FF5018

Tints of International Orange #FF5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.69%

R = 71.03%
G = 22.28%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5018 (or 0xFF5018) is known color: International Orange. HEX triplet: FF, 50 and 18. RGB value is (255,80,24). Sum of RGB (Red+Green+Blue) = 255+80+24=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5018 is #00AFE7. Grayscale: #7E7E7E. Windows color (decimal): -45032 or 1593599. OLE color: 1593599.

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

Color convert

RGB 255 80 24 -
CMYK 0 0.69 0.91 0
HSL 14.55º 1% 0.55% -
HSV(B) 14.55º 0.91% 1% -
XYZ 44.27 27.06 3.75 -
YUV 125.94 70.48 220.05 -
System Red Green Blue C M Y K H S L
Decimal 255 80 24 0 0.69 0.91 0 14.55 1 0.55
Hex FF 50 18 0 45 5B 0 F 64 37
Octal 377 120 30 0 105 133 0 17 144 67
Binary 11111111 1010000 11000 0 1000101 1011011 0 1111 1100100 110111

Color Harmonies of #FF5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5018

Black with #FF5018

Text Example


Text Example

White with #FF5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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