Html Css Color HEX #FF5125 Outrageous Orange

📋 copy color: '#FF5125'

red 255 ◦ green 81 ◦ blue 37

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

Shades of Outrageous Orange #FF5125

Tints of Outrageous Orange #FF5125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 68.36%
G = 21.72%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5125 (or 0xFF5125) is known color: Outrageous Orange. HEX triplet: FF, 51 and 25. RGB value is (255,81,37). Sum of RGB (Red+Green+Blue) = 255+81+37=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5125 is #00AEDA. Grayscale: #808080. Windows color (decimal): -44763 or 2445823. OLE color: 2445823.

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

Color convert

RGB 255 81 37 -
CMYK 0 0.68 0.85 0
HSL 12.11º 1% 0.57% -
HSV(B) 12.11º 0.85% 1% -
XYZ 44.52 27.28 4.67 -
YUV 128.01 76.65 218.58 -
System Red Green Blue C M Y K H S L
Decimal 255 81 37 0 0.68 0.85 0 12.11 1 0.57
Hex FF 51 25 0 44 55 0 C 64 39
Octal 377 121 45 0 104 125 0 14 144 71
Binary 11111111 1010001 100101 0 1000100 1010101 0 1100 1100100 111001

Color Harmonies of #FF5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5125

Black with #FF5125

Text Example


Text Example

White with #FF5125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5125; }

 p { color: rgb(255,81,37); }

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

background-color css

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

 a { background-color: rgb(255,81,37); }

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

border-color css

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

 span { border-color: rgb(255,81,37); }

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