Html Css Color HEX #FA332B Red Orange

📋 copy color: '#FA332B'

red 250 ◦ green 51 ◦ blue 43

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

Shades of Red Orange #FA332B

Tints of Red Orange #FA332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 72.67%
G = 14.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA332B (or 0xFA332B) is known color: Red Orange. HEX triplet: FA, 33 and 2B. RGB value is (250,51,43). Sum of RGB (Red+Green+Blue) = 250+51+43=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA332B is #05CCD4. Grayscale: #6D6D6D. Windows color (decimal): -380117 or 2831354. OLE color: 2831354.

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

Color convert

RGB 250 51 43 -
CMYK 0 0.80 0.83 0.02
HSL 2.32º 0.95% 0.57% -
HSV(B) 2.32º 0.83% 0.98% -
XYZ 41.04 22.87 4.54 -
YUV 109.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 250 51 43 0 0.80 0.83 0.02 2.32 0.95 0.57
Hex FA 33 2B 0 50 53 2 2 5F 39
Octal 372 63 53 0 120 123 2 2 137 71
Binary 11111010 110011 101011 0 1010000 1010011 10 10 1011111 111001

Color Harmonies of #FA332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA332B

Black with #FA332B

Text Example


Text Example

White with #FA332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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