Html Css Color HEX #FF500E International Orange

📋 copy color: '#FF500E'

red 255 ◦ green 80 ◦ blue 14

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

Shades of International Orange #FF500E

Tints of International Orange #FF500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 73.07%
G = 22.92%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF500E (or 0xFF500E) is known color: International Orange. HEX triplet: FF, 50 and 0E. RGB value is (255,80,14). Sum of RGB (Red+Green+Blue) = 255+80+14=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF500E is #00AFF1. Grayscale: #7D7D7D. Windows color (decimal): -45042 or 938239. OLE color: 938239.

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

Color convert

RGB 255 80 14 -
CMYK 0 0.69 0.95 0
HSL 16.43º 1% 0.53% -
HSV(B) 16.43º 0.95% 1% -
XYZ 44.19 27.03 3.3 -
YUV 124.8 65.48 220.87 -
System Red Green Blue C M Y K H S L
Decimal 255 80 14 0 0.69 0.95 0 16.43 1 0.53
Hex FF 50 E 0 45 5F 0 10 64 35
Octal 377 120 16 0 105 137 0 20 144 65
Binary 11111111 1010000 1110 0 1000101 1011111 0 10000 1100100 110101

Color Harmonies of #FF500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF500E

Black with #FF500E

Text Example


Text Example

White with #FF500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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