Html Css Color HEX #FF5025 Outrageous Orange

📋 copy color: '#FF5025'

red 255 ◦ green 80 ◦ blue 37

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

Shades of Outrageous Orange #FF5025

Tints of Outrageous Orange #FF5025

RGB

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

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

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

R = 68.55%
G = 21.51%
B = 9.95%

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

#FF5025 (or 0xFF5025) is known color: Outrageous Orange. HEX triplet: FF, 50 and 25. RGB value is (255,80,37). Sum of RGB (Red+Green+Blue) = 255+80+37=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5025 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5025 is #00AFDA. Grayscale: #7F7F7F. Windows color (decimal): -45019 or 2445567. OLE color: 2445567.

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

Color convert

RGB 255 80 37 -
CMYK 0 0.69 0.85 0
HSL 11.83º 1% 0.57% -
HSV(B) 11.83º 0.85% 1% -
XYZ 44.44 27.13 4.64 -
YUV 127.42 76.98 219 -
System Red Green Blue C M Y K H S L
Decimal 255 80 37 0 0.69 0.85 0 11.83 1 0.57
Hex FF 50 25 0 45 55 0 C 64 39
Octal 377 120 45 0 105 125 0 14 144 71
Binary 11111111 1010000 100101 0 1000101 1010101 0 1100 1100100 111001

Color Harmonies of #FF5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5025

Black with #FF5025

Text Example


Text Example

White with #FF5025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5025; }

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

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

background-color css

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

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

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

border-color css

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

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

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