Html Css Color HEX #FA3C21 Red Orange

📋 copy color: '#FA3C21'

red 250 ◦ green 60 ◦ blue 33

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

Shades of Red Orange #FA3C21

Tints of Red Orange #FA3C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 72.89%
G = 17.49%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA3C21 (or 0xFA3C21) is known color: Red Orange. HEX triplet: FA, 3C and 21. RGB value is (250,60,33). Sum of RGB (Red+Green+Blue) = 250+60+33=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C21 is #05C3DE. Grayscale: #727272. Windows color (decimal): -377823 or 2178298. OLE color: 2178298.

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

Color convert

RGB 250 60 33 -
CMYK 0 0.76 0.87 0.02
HSL 7.47º 0.96% 0.55% -
HSV(B) 7.47º 0.87% 0.98% -
XYZ 41.31 23.67 3.83 -
YUV 113.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 250 60 33 0 0.76 0.87 0.02 7.47 0.96 0.55
Hex FA 3C 21 0 4C 57 2 7 60 37
Octal 372 74 41 0 114 127 2 7 140 67
Binary 11111010 111100 100001 0 1001100 1010111 10 111 1100000 110111

Color Harmonies of #FA3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C21

Black with #FA3C21

Text Example


Text Example

White with #FA3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C21; }

 p { color: rgb(250,60,33); }

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

background-color css

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

 a { background-color: rgb(250,60,33); }

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

border-color css

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

 span { border-color: rgb(250,60,33); }

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