Html Css Color HEX #FA3A29 Red Orange

📋 copy color: '#FA3A29'

red 250 ◦ green 58 ◦ blue 41

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

Shades of Red Orange #FA3A29

Tints of Red Orange #FA3A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 71.63%
G = 16.62%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3A29 (or 0xFA3A29) is known color: Red Orange. HEX triplet: FA, 3A and 29. RGB value is (250,58,41). Sum of RGB (Red+Green+Blue) = 250+58+41=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A29 is #05C5D6. Grayscale: #717171. Windows color (decimal): -378327 or 2702074. OLE color: 2702074.

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

Color convert

RGB 250 58 41 -
CMYK 0 0.77 0.84 0.02
HSL 4.88º 0.95% 0.57% -
HSV(B) 4.88º 0.84% 0.98% -
XYZ 41.34 23.51 4.46 -
YUV 113.47 87.11 225.38 -
System Red Green Blue C M Y K H S L
Decimal 250 58 41 0 0.77 0.84 0.02 4.88 0.95 0.57
Hex FA 3A 29 0 4D 54 2 5 5F 39
Octal 372 72 51 0 115 124 2 5 137 71
Binary 11111010 111010 101001 0 1001101 1010100 10 101 1011111 111001

Color Harmonies of #FA3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A29

Black with #FA3A29

Text Example


Text Example

White with #FA3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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