Html Css Color HEX #FF5225 Outrageous Orange

📋 copy color: '#FF5225'

red 255 ◦ green 82 ◦ blue 37

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

Shades of Outrageous Orange #FF5225

Tints of Outrageous Orange #FF5225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 68.18%
G = 21.93%
B = 9.89%

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

#FF5225 (or 0xFF5225) is known color: Outrageous Orange. HEX triplet: FF, 52 and 25. RGB value is (255,82,37). Sum of RGB (Red+Green+Blue) = 255+82+37=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5225 is #00ADDA. Grayscale: #808080. Windows color (decimal): -44507 or 2446079. OLE color: 2446079.

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

Color convert

RGB 255 82 37 -
CMYK 0 0.68 0.85 0
HSL 12.39º 1% 0.57% -
HSV(B) 12.39º 0.85% 1% -
XYZ 44.59 27.43 4.69 -
YUV 128.6 76.31 218.16 -
System Red Green Blue C M Y K H S L
Decimal 255 82 37 0 0.68 0.85 0 12.39 1 0.57
Hex FF 52 25 0 44 55 0 C 64 39
Octal 377 122 45 0 104 125 0 14 144 71
Binary 11111111 1010010 100101 0 1000100 1010101 0 1100 1100100 111001

Color Harmonies of #FF5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5225

Black with #FF5225

Text Example


Text Example

White with #FF5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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