Html Css Color HEX #F7352A Red Orange

📋 copy color: '#F7352A'

red 247 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #F7352A

Tints of Red Orange #F7352A

RGB

 RED value IS 247 (96.88% from 255) = 72.22%

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

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 72.22%
G = 15.5%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7352A (or 0xF7352A) is known color: Red Orange. HEX triplet: F7, 35 and 2A. RGB value is (247,53,42). Sum of RGB (Red+Green+Blue) = 247+53+42=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7352A is #08CAD5. Grayscale: #6D6D6D. Windows color (decimal): -576214 or 2766327. OLE color: 2766327.

HSL color Cylindrical-coordinate representation of color #F7352A: hue angle of 3.22º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7352A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 53 42 -
CMYK 0 0.79 0.83 0.03
HSL 3.22º 0.93% 0.57% -
HSV(B) 3.22º 0.83% 0.97% -
XYZ 40.05 22.49 4.42 -
YUV 109.75 89.77 225.89 -
System Red Green Blue C M Y K H S L
Decimal 247 53 42 0 0.79 0.83 0.03 3.22 0.93 0.57
Hex F7 35 2A 0 4F 53 3 3 5D 39
Octal 367 65 52 0 117 123 3 3 135 71
Binary 11110111 110101 101010 0 1001111 1010011 11 11 1011101 111001

Color Harmonies of #F7352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7352A

Black with #F7352A

Text Example


Text Example

White with #F7352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7352A; }

 p { color: rgb(247,53,42); }

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

background-color css

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

 a { background-color: rgb(247,53,42); }

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

border-color css

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

 span { border-color: rgb(247,53,42); }

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