Html Css Color HEX #F53225 Red Orange

📋 copy color: '#F53225'

red 245 ◦ green 50 ◦ blue 37

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

Shades of Red Orange #F53225

Tints of Red Orange #F53225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 73.8%
G = 15.06%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F53225 (or 0xF53225) is known color: Red Orange. HEX triplet: F5, 32 and 25. RGB value is (245,50,37). Sum of RGB (Red+Green+Blue) = 245+50+37=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F53225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53225 is #0ACDDA. Grayscale: #6B6B6B. Windows color (decimal): -708059 or 2437877. OLE color: 2437877.

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

Color convert

RGB 245 50 37 -
CMYK 0 0.80 0.85 0.04
HSL 3.75º 0.91% 0.55% -
HSV(B) 3.75º 0.85% 0.96% -
XYZ 39.13 21.83 3.9 -
YUV 106.82 88.6 226.56 -
System Red Green Blue C M Y K H S L
Decimal 245 50 37 0 0.80 0.85 0.04 3.75 0.91 0.55
Hex F5 32 25 0 50 55 4 4 5B 37
Octal 365 62 45 0 120 125 4 4 133 67
Binary 11110101 110010 100101 0 1010000 1010101 100 100 1011011 110111

Color Harmonies of #F53225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53225

Black with #F53225

Text Example


Text Example

White with #F53225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53225; }

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

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

background-color css

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

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

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

border-color css

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

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

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