Html Css Color HEX #FF5325 Outrageous Orange

📋 copy color: '#FF5325'

red 255 ◦ green 83 ◦ blue 37

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

Shades of Outrageous Orange #FF5325

Tints of Outrageous Orange #FF5325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 68%
G = 22.13%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5325 (or 0xFF5325) is known color: Outrageous Orange. HEX triplet: FF, 53 and 25. RGB value is (255,83,37). Sum of RGB (Red+Green+Blue) = 255+83+37=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5325 is #00ACDA. Grayscale: #818181. Windows color (decimal): -44251 or 2446335. OLE color: 2446335.

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

Color convert

RGB 255 83 37 -
CMYK 0 0.67 0.85 0
HSL 12.66º 1% 0.57% -
HSV(B) 12.66º 0.85% 1% -
XYZ 44.67 27.58 4.72 -
YUV 129.18 75.98 217.74 -
System Red Green Blue C M Y K H S L
Decimal 255 83 37 0 0.67 0.85 0 12.66 1 0.57
Hex FF 53 25 0 43 55 0 D 64 39
Octal 377 123 45 0 103 125 0 15 144 71
Binary 11111111 1010011 100101 0 1000011 1010101 0 1101 1100100 111001

Color Harmonies of #FF5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5325

Black with #FF5325

Text Example


Text Example

White with #FF5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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