Html Css Color HEX #F53825 Red Orange

📋 copy color: '#F53825'

red 245 ◦ green 56 ◦ blue 37

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

Shades of Red Orange #F53825

Tints of Red Orange #F53825

RGB

 RED value IS 245 (96.09% from 255) = 72.49%

 GREEN value IS 56 (22.27% from 255) = 16.57%

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

R = 72.49%
G = 16.57%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F53825 (or 0xF53825) is known color: Red Orange. HEX triplet: F5, 38 and 25. RGB value is (245,56,37). Sum of RGB (Red+Green+Blue) = 245+56+37=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F53825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53825 is #0AC7DA. Grayscale: #6E6E6E. Windows color (decimal): -706523 or 2439413. OLE color: 2439413.

HSL color Cylindrical-coordinate representation of color #F53825: hue angle of 5.48º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F53825 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 37 -
CMYK 0 0.77 0.85 0.04
HSL 5.48º 0.91% 0.55% -
HSV(B) 5.48º 0.85% 0.96% -
XYZ 39.4 22.37 3.99 -
YUV 110.35 86.62 224.04 -
System Red Green Blue C M Y K H S L
Decimal 245 56 37 0 0.77 0.85 0.04 5.48 0.91 0.55
Hex F5 38 25 0 4D 55 4 5 5B 37
Octal 365 70 45 0 115 125 4 5 133 67
Binary 11110101 111000 100101 0 1001101 1010101 100 101 1011011 110111

Color Harmonies of #F53825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53825

Black with #F53825

Text Example


Text Example

White with #F53825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53825; }

 p { color: rgb(245,56,37); }

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

background-color css

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

 a { background-color: rgb(245,56,37); }

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

border-color css

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

 span { border-color: rgb(245,56,37); }

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