Html Css Color HEX #FF501A International Orange

📋 copy color: '#FF501A'

red 255 ◦ green 80 ◦ blue 26

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

Shades of International Orange #FF501A

Tints of International Orange #FF501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 70.64%
G = 22.16%
B = 7.2%

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

#FF501A (or 0xFF501A) is known color: International Orange. HEX triplet: FF, 50 and 1A. RGB value is (255,80,26). Sum of RGB (Red+Green+Blue) = 255+80+26=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501A is #00AFE5. Grayscale: #7E7E7E. Windows color (decimal): -45030 or 1724671. OLE color: 1724671.

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

Color convert

RGB 255 80 26 -
CMYK 0 0.69 0.90 0
HSL 14.15º 1% 0.55% -
HSV(B) 14.15º 0.9% 1% -
XYZ 44.3 27.07 3.87 -
YUV 126.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 255 80 26 0 0.69 0.90 0 14.15 1 0.55
Hex FF 50 1A 0 45 5A 0 E 64 37
Octal 377 120 32 0 105 132 0 16 144 67
Binary 11111111 1010000 11010 0 1000101 1011010 0 1110 1100100 110111

Color Harmonies of #FF501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF501A

Black with #FF501A

Text Example


Text Example

White with #FF501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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