Html Css Color HEX #FA3320 Red Orange

📋 copy color: '#FA3320'

red 250 ◦ green 51 ◦ blue 32

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

Shades of Red Orange #FA3320

Tints of Red Orange #FA3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 75.08%
G = 15.32%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA3320 (or 0xFA3320) is known color: Red Orange. HEX triplet: FA, 33 and 20. RGB value is (250,51,32). Sum of RGB (Red+Green+Blue) = 250+51+32=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3320 is #05CCDF. Grayscale: #6C6C6C. Windows color (decimal): -380128 or 2110458. OLE color: 2110458.

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

Color convert

RGB 250 51 32 -
CMYK 0 0.80 0.87 0.02
HSL 5.23º 0.96% 0.55% -
HSV(B) 5.23º 0.87% 0.98% -
XYZ 40.87 22.8 3.61 -
YUV 108.34 84.93 229.04 -
System Red Green Blue C M Y K H S L
Decimal 250 51 32 0 0.80 0.87 0.02 5.23 0.96 0.55
Hex FA 33 20 0 50 57 2 5 60 37
Octal 372 63 40 0 120 127 2 5 140 67
Binary 11111010 110011 100000 0 1010000 1010111 10 101 1100000 110111

Color Harmonies of #FA3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3320

Black with #FA3320

Text Example


Text Example

White with #FA3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3320; }

 p { color: rgb(250,51,32); }

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

background-color css

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

 a { background-color: rgb(250,51,32); }

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

border-color css

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

 span { border-color: rgb(250,51,32); }

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