Html Css Color HEX #FF5027 Outrageous Orange

📋 copy color: '#FF5027'

red 255 ◦ green 80 ◦ blue 39

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

Shades of Outrageous Orange #FF5027

Tints of Outrageous Orange #FF5027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.43%

R = 68.18%
G = 21.39%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5027 (or 0xFF5027) is known color: Outrageous Orange. HEX triplet: FF, 50 and 27. RGB value is (255,80,39). Sum of RGB (Red+Green+Blue) = 255+80+39=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5027 is #00AFD8. Grayscale: #7F7F7F. Windows color (decimal): -45017 or 2576639. OLE color: 2576639.

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

Color convert

RGB 255 80 39 -
CMYK 0 0.69 0.85 0
HSL 11.39º 1% 0.58% -
HSV(B) 11.39º 0.85% 1% -
XYZ 44.47 27.14 4.81 -
YUV 127.65 77.98 218.83 -
System Red Green Blue C M Y K H S L
Decimal 255 80 39 0 0.69 0.85 0 11.39 1 0.58
Hex FF 50 27 0 45 55 0 B 64 3A
Octal 377 120 47 0 105 125 0 13 144 72
Binary 11111111 1010000 100111 0 1000101 1010101 0 1011 1100100 111010

Color Harmonies of #FF5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5027

Black with #FF5027

Text Example


Text Example

White with #FF5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5027; }

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

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

background-color css

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

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

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

border-color css

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

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

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