Html Css Color HEX #FA3A25 Red Orange

📋 copy color: '#FA3A25'

red 250 ◦ green 58 ◦ blue 37

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

Shades of Red Orange #FA3A25

Tints of Red Orange #FA3A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 72.46%
G = 16.81%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA3A25 (or 0xFA3A25) is known color: Red Orange. HEX triplet: FA, 3A and 25. RGB value is (250,58,37). Sum of RGB (Red+Green+Blue) = 250+58+37=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A25 is #05C5DA. Grayscale: #717171. Windows color (decimal): -378331 or 2439930. OLE color: 2439930.

HSL color Cylindrical-coordinate representation of color #FA3A25: hue angle of 5.92º degrees, saturation: 0.96, 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 #FA3A25 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 37 -
CMYK 0 0.77 0.85 0.02
HSL 5.92º 0.96% 0.56% -
HSV(B) 5.92º 0.85% 0.98% -
XYZ 41.27 23.48 4.11 -
YUV 113.01 85.11 225.71 -
System Red Green Blue C M Y K H S L
Decimal 250 58 37 0 0.77 0.85 0.02 5.92 0.96 0.56
Hex FA 3A 25 0 4D 55 2 6 60 38
Octal 372 72 45 0 115 125 2 6 140 70
Binary 11111010 111010 100101 0 1001101 1010101 10 110 1100000 111000

Color Harmonies of #FA3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A25

Black with #FA3A25

Text Example


Text Example

White with #FA3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A25; }

 p { color: rgb(250,58,37); }

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

background-color css

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

 a { background-color: rgb(250,58,37); }

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

border-color css

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

 span { border-color: rgb(250,58,37); }

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