Html Css Color HEX #FF501E Outrageous Orange

📋 copy color: '#FF501E'

red 255 ◦ green 80 ◦ blue 30

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

Shades of Outrageous Orange #FF501E

Tints of Outrageous Orange #FF501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 69.86%
G = 21.92%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF501E (or 0xFF501E) is known color: Outrageous Orange. HEX triplet: FF, 50 and 1E. RGB value is (255,80,30). Sum of RGB (Red+Green+Blue) = 255+80+30=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501E is #00AFE1. Grayscale: #7E7E7E. Windows color (decimal): -45026 or 1986815. OLE color: 1986815.

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

Color convert

RGB 255 80 30 -
CMYK 0 0.69 0.88 0
HSL 13.33º 1% 0.56% -
HSV(B) 13.33º 0.88% 1% -
XYZ 44.34 27.09 4.12 -
YUV 126.63 73.48 219.57 -
System Red Green Blue C M Y K H S L
Decimal 255 80 30 0 0.69 0.88 0 13.33 1 0.56
Hex FF 50 1E 0 45 58 0 D 64 38
Octal 377 120 36 0 105 130 0 15 144 70
Binary 11111111 1010000 11110 0 1000101 1011000 0 1101 1100100 111000

Color Harmonies of #FF501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF501E

Black with #FF501E

Text Example


Text Example

White with #FF501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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