Html Css Color HEX #F53332 Red Orange

📋 copy color: '#F53332'

red 245 ◦ green 51 ◦ blue 50

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

Shades of Red Orange #F53332

Tints of Red Orange #F53332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 70.81%
G = 14.74%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F53332 (or 0xF53332) is known color: Red Orange. HEX triplet: F5, 33 and 32. RGB value is (245,51,50). Sum of RGB (Red+Green+Blue) = 245+51+50=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F53332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53332 is #0ACCCD. Grayscale: #6D6D6D. Windows color (decimal): -707790 or 3290101. OLE color: 3290101.

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

Color convert

RGB 245 51 50 -
CMYK 0 0.79 0.80 0.04
HSL 0.31º 0.91% 0.58% -
HSV(B) 0.31º 0.8% 0.96% -
XYZ 39.42 22.01 5.19 -
YUV 108.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 245 51 50 0 0.79 0.80 0.04 0.31 0.91 0.58
Hex F5 33 32 0 4F 50 4 0 5B 3A
Octal 365 63 62 0 117 120 4 0 133 72
Binary 11110101 110011 110010 0 1001111 1010000 100 0 1011011 111010

Color Harmonies of #F53332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53332

Black with #F53332

Text Example


Text Example

White with #F53332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53332; }

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

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

background-color css

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

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

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

border-color css

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

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

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