Html Css Color HEX #FF5925 Outrageous Orange

📋 copy color: '#FF5925'

red 255 ◦ green 89 ◦ blue 37

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

Shades of Outrageous Orange #FF5925

Tints of Outrageous Orange #FF5925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

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

R = 66.93%
G = 23.36%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5925 (or 0xFF5925) is known color: Outrageous Orange. HEX triplet: FF, 59 and 25. RGB value is (255,89,37). Sum of RGB (Red+Green+Blue) = 255+89+37=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5925 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5925 is #00A6DA. Grayscale: #858585. Windows color (decimal): -42715 or 2447871. OLE color: 2447871.

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

Color convert

RGB 255 89 37 -
CMYK 0 0.65 0.85 0
HSL 14.31º 1% 0.57% -
HSV(B) 14.31º 0.85% 1% -
XYZ 45.15 28.54 4.88 -
YUV 132.71 74 215.23 -
System Red Green Blue C M Y K H S L
Decimal 255 89 37 0 0.65 0.85 0 14.31 1 0.57
Hex FF 59 25 0 41 55 0 E 64 39
Octal 377 131 45 0 101 125 0 16 144 71
Binary 11111111 1011001 100101 0 1000001 1010101 0 1110 1100100 111001

Color Harmonies of #FF5925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5925

Black with #FF5925

Text Example


Text Example

White with #FF5925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5925; }

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

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

background-color css

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

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

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

border-color css

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

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

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