Html Css Color HEX #FA3A1C Red Orange

📋 copy color: '#FA3A1C'

red 250 ◦ green 58 ◦ blue 28

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

Shades of Red Orange #FA3A1C

Tints of Red Orange #FA3A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 74.4%
G = 17.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA3A1C (or 0xFA3A1C) is known color: Red Orange. HEX triplet: FA, 3A and 1C. RGB value is (250,58,28). Sum of RGB (Red+Green+Blue) = 250+58+28=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A1C is #05C5E3. Grayscale: #707070. Windows color (decimal): -378340 or 1850106. OLE color: 1850106.

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

Color convert

RGB 250 58 28 -
CMYK 0 0.77 0.89 0.02
HSL 8.11º 0.96% 0.55% -
HSV(B) 8.11º 0.89% 0.98% -
XYZ 41.15 23.43 3.45 -
YUV 111.99 80.61 226.44 -
System Red Green Blue C M Y K H S L
Decimal 250 58 28 0 0.77 0.89 0.02 8.11 0.96 0.55
Hex FA 3A 1C 0 4D 59 2 8 60 37
Octal 372 72 34 0 115 131 2 10 140 67
Binary 11111010 111010 11100 0 1001101 1011001 10 1000 1100000 110111

Color Harmonies of #FA3A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A1C

Black with #FA3A1C

Text Example


Text Example

White with #FA3A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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