Html Css Color HEX #FF500D International Orange

📋 copy color: '#FF500D'

red 255 ◦ green 80 ◦ blue 13

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

Shades of International Orange #FF500D

Tints of International Orange #FF500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 73.28%
G = 22.99%
B = 3.74%

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

#FF500D (or 0xFF500D) is known color: International Orange. HEX triplet: FF, 50 and 0D. RGB value is (255,80,13). Sum of RGB (Red+Green+Blue) = 255+80+13=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF500D is #00AFF2. Grayscale: #7D7D7D. Windows color (decimal): -45043 or 872703. OLE color: 872703.

HSL color Cylindrical-coordinate representation of color #FF500D: hue angle of 16.61º 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 #FF500D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 13 -
CMYK 0 0.69 0.95 0
HSL 16.61º 1% 0.53% -
HSV(B) 16.61º 0.95% 1% -
XYZ 44.18 27.03 3.27 -
YUV 124.69 64.98 220.95 -
System Red Green Blue C M Y K H S L
Decimal 255 80 13 0 0.69 0.95 0 16.61 1 0.53
Hex FF 50 D 0 45 5F 0 11 64 35
Octal 377 120 15 0 105 137 0 21 144 65
Binary 11111111 1010000 1101 0 1000101 1011111 0 10001 1100100 110101

Color Harmonies of #FF500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF500D

Black with #FF500D

Text Example


Text Example

White with #FF500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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