Html Css Color HEX #F53832 Red Orange

📋 copy color: '#F53832'

red 245 ◦ green 56 ◦ blue 50

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

Shades of Red Orange #F53832

Tints of Red Orange #F53832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 69.8%
G = 15.95%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F53832 (or 0xF53832) is known color: Red Orange. HEX triplet: F5, 38 and 32. RGB value is (245,56,50). Sum of RGB (Red+Green+Blue) = 245+56+50=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53832 is #0AC7CD. Grayscale: #707070. Windows color (decimal): -706510 or 3291381. OLE color: 3291381.

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

Color convert

RGB 245 56 50 -
CMYK 0 0.77 0.80 0.04
HSL 1.85º 0.91% 0.58% -
HSV(B) 1.85º 0.8% 0.96% -
XYZ 39.65 22.47 5.27 -
YUV 111.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 245 56 50 0 0.77 0.80 0.04 1.85 0.91 0.58
Hex F5 38 32 0 4D 50 4 2 5B 3A
Octal 365 70 62 0 115 120 4 2 133 72
Binary 11110101 111000 110010 0 1001101 1010000 100 10 1011011 111010

Color Harmonies of #F53832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53832

Black with #F53832

Text Example


Text Example

White with #F53832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53832; }

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

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

background-color css

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

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

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

border-color css

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

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

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