Html Css Color HEX #FA3528 Red Orange

📋 copy color: '#FA3528'

red 250 ◦ green 53 ◦ blue 40

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

Shades of Red Orange #FA3528

Tints of Red Orange #FA3528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 72.89%
G = 15.45%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3528 (or 0xFA3528) is known color: Red Orange. HEX triplet: FA, 35 and 28. RGB value is (250,53,40). Sum of RGB (Red+Green+Blue) = 250+53+40=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3528 is #05CAD7. Grayscale: #6E6E6E. Windows color (decimal): -379608 or 2635258. OLE color: 2635258.

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

Color convert

RGB 250 53 40 -
CMYK 0 0.79 0.84 0.02
HSL 3.71º 0.95% 0.57% -
HSV(B) 3.71º 0.84% 0.98% -
XYZ 41.08 23.02 4.29 -
YUV 110.42 88.27 227.56 -
System Red Green Blue C M Y K H S L
Decimal 250 53 40 0 0.79 0.84 0.02 3.71 0.95 0.57
Hex FA 35 28 0 4F 54 2 4 5F 39
Octal 372 65 50 0 117 124 2 4 137 71
Binary 11111010 110101 101000 0 1001111 1010100 10 100 1011111 111001

Color Harmonies of #FA3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3528

Black with #FA3528

Text Example


Text Example

White with #FA3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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