Html Css Color HEX #FA4321 Red Orange

📋 copy color: '#FA4321'

red 250 ◦ green 67 ◦ blue 33

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

Shades of Red Orange #FA4321

Tints of Red Orange #FA4321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 71.43%
G = 19.14%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA4321 (or 0xFA4321) is known color: Red Orange. HEX triplet: FA, 43 and 21. RGB value is (250,67,33). Sum of RGB (Red+Green+Blue) = 250+67+33=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4321 is #05BCDE. Grayscale: #767676. Windows color (decimal): -376031 or 2180090. OLE color: 2180090.

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

Color convert

RGB 250 67 33 -
CMYK 0 0.73 0.87 0.02
HSL 9.4º 0.96% 0.55% -
HSV(B) 9.4º 0.87% 0.98% -
XYZ 41.71 24.45 3.96 -
YUV 117.84 80.13 222.26 -
System Red Green Blue C M Y K H S L
Decimal 250 67 33 0 0.73 0.87 0.02 9.4 0.96 0.55
Hex FA 43 21 0 49 57 2 9 60 37
Octal 372 103 41 0 111 127 2 11 140 67
Binary 11111010 1000011 100001 0 1001001 1010111 10 1001 1100000 110111

Color Harmonies of #FA4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4321

Black with #FA4321

Text Example


Text Example

White with #FA4321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4321; }

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

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

background-color css

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

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

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

border-color css

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

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

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