Html Css Color HEX #FA352D Red Orange

📋 copy color: '#FA352D'

red 250 ◦ green 53 ◦ blue 45

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

Shades of Red Orange #FA352D

Tints of Red Orange #FA352D

RGB

 RED value IS 250 (98.05% from 255) = 71.84%

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 71.84%
G = 15.23%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA352D (or 0xFA352D) is known color: Red Orange. HEX triplet: FA, 35 and 2D. RGB value is (250,53,45). Sum of RGB (Red+Green+Blue) = 250+53+45=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA352D is #05CAD2. Grayscale: #6F6F6F. Windows color (decimal): -379603 or 2962938. OLE color: 2962938.

HSL color Cylindrical-coordinate representation of color #FA352D: hue angle of 2.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA352D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 53 45 -
CMYK 0 0.79 0.82 0.02
HSL 2.34º 0.95% 0.58% -
HSV(B) 2.34º 0.82% 0.98% -
XYZ 41.17 23.06 4.76 -
YUV 110.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 250 53 45 0 0.79 0.82 0.02 2.34 0.95 0.58
Hex FA 35 2D 0 4F 52 2 2 5F 3A
Octal 372 65 55 0 117 122 2 2 137 72
Binary 11111010 110101 101101 0 1001111 1010010 10 10 1011111 111010

Color Harmonies of #FA352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA352D

Black with #FA352D

Text Example


Text Example

White with #FA352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA352D; }

 p { color: rgb(250,53,45); }

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

background-color css

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

 a { background-color: rgb(250,53,45); }

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

border-color css

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

 span { border-color: rgb(250,53,45); }

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