Html Css Color HEX #FF5015 International Orange

📋 copy color: '#FF5015'

red 255 ◦ green 80 ◦ blue 21

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

Shades of International Orange #FF5015

Tints of International Orange #FF5015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 71.63%
G = 22.47%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF5015 (or 0xFF5015) is known color: International Orange. HEX triplet: FF, 50 and 15. RGB value is (255,80,21). Sum of RGB (Red+Green+Blue) = 255+80+21=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5015 is #00AFEA. Grayscale: #7E7E7E. Windows color (decimal): -45035 or 1396991. OLE color: 1396991.

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

Color convert

RGB 255 80 21 -
CMYK 0 0.69 0.92 0
HSL 15.13º 1% 0.54% -
HSV(B) 15.13º 0.92% 1% -
XYZ 44.24 27.05 3.6 -
YUV 125.6 68.98 220.3 -
System Red Green Blue C M Y K H S L
Decimal 255 80 21 0 0.69 0.92 0 15.13 1 0.54
Hex FF 50 15 0 45 5C 0 F 64 36
Octal 377 120 25 0 105 134 0 17 144 66
Binary 11111111 1010000 10101 0 1000101 1011100 0 1111 1100100 110110

Color Harmonies of #FF5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5015

Black with #FF5015

Text Example


Text Example

White with #FF5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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