Html Css Color HEX #F5352B Red Orange

📋 copy color: '#F5352B'

red 245 ◦ green 53 ◦ blue 43

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

Shades of Red Orange #F5352B

Tints of Red Orange #F5352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 71.85%
G = 15.54%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5352B (or 0xF5352B) is known color: Red Orange. HEX triplet: F5, 35 and 2B. RGB value is (245,53,43). Sum of RGB (Red+Green+Blue) = 245+53+43=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5352B is #0ACAD4. Grayscale: #6D6D6D. Windows color (decimal): -707285 or 2831861. OLE color: 2831861.

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

Color convert

RGB 245 53 43 -
CMYK 0 0.78 0.82 0.04
HSL 2.97º 0.91% 0.56% -
HSV(B) 2.97º 0.82% 0.96% -
XYZ 39.37 22.13 4.48 -
YUV 109.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 245 53 43 0 0.78 0.82 0.04 2.97 0.91 0.56
Hex F5 35 2B 0 4E 52 4 3 5B 38
Octal 365 65 53 0 116 122 4 3 133 70
Binary 11110101 110101 101011 0 1001110 1010010 100 11 1011011 111000

Color Harmonies of #F5352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5352B

Black with #F5352B

Text Example


Text Example

White with #F5352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5352B; }

 p { color: rgb(245,53,43); }

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

background-color css

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

 a { background-color: rgb(245,53,43); }

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

border-color css

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

 span { border-color: rgb(245,53,43); }

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