Html Css Color HEX #FA3A39 Red Orange

📋 copy color: '#FA3A39'

red 250 ◦ green 58 ◦ blue 57

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

Shades of Red Orange #FA3A39

Tints of Red Orange #FA3A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 68.49%
G = 15.89%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA3A39 (or 0xFA3A39) is known color: Red Orange. HEX triplet: FA, 3A and 39. RGB value is (250,58,57). Sum of RGB (Red+Green+Blue) = 250+58+57=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A39 is #05C5C6. Grayscale: #737373. Windows color (decimal): -378311 or 3750650. OLE color: 3750650.

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

Color convert

RGB 250 58 57 -
CMYK 0 0.77 0.77 0.02
HSL 0.31º 0.95% 0.6% -
HSV(B) 0.31º 0.77% 0.98% -
XYZ 41.68 23.65 6.24 -
YUV 115.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 250 58 57 0 0.77 0.77 0.02 0.31 0.95 0.6
Hex FA 3A 39 0 4D 4D 2 0 5F 3C
Octal 372 72 71 0 115 115 2 0 137 74
Binary 11111010 111010 111001 0 1001101 1001101 10 0 1011111 111100

Color Harmonies of #FA3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A39

Black with #FA3A39

Text Example


Text Example

White with #FA3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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