Html Css Color HEX #FA3526 Red Orange

📋 copy color: '#FA3526'

red 250 ◦ green 53 ◦ blue 38

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

Shades of Red Orange #FA3526

Tints of Red Orange #FA3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 73.31%
G = 15.54%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA3526 (or 0xFA3526) is known color: Red Orange. HEX triplet: FA, 35 and 26. RGB value is (250,53,38). Sum of RGB (Red+Green+Blue) = 250+53+38=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3526 is #05CAD9. Grayscale: #6E6E6E. Windows color (decimal): -379610 or 2504186. OLE color: 2504186.

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

Color convert

RGB 250 53 38 -
CMYK 0 0.79 0.85 0.02
HSL 4.25º 0.95% 0.56% -
HSV(B) 4.25º 0.85% 0.98% -
XYZ 41.05 23.01 4.11 -
YUV 110.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 250 53 38 0 0.79 0.85 0.02 4.25 0.95 0.56
Hex FA 35 26 0 4F 55 2 4 5F 38
Octal 372 65 46 0 117 125 2 4 137 70
Binary 11111010 110101 100110 0 1001111 1010101 10 100 1011111 111000

Color Harmonies of #FA3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3526

Black with #FA3526

Text Example


Text Example

White with #FA3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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