Html Css Color HEX #FA332C Red Orange

📋 copy color: '#FA332C'

red 250 ◦ green 51 ◦ blue 44

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

Shades of Red Orange #FA332C

Tints of Red Orange #FA332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 72.46%
G = 14.78%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA332C (or 0xFA332C) is known color: Red Orange. HEX triplet: FA, 33 and 2C. RGB value is (250,51,44). Sum of RGB (Red+Green+Blue) = 250+51+44=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA332C is #05CCD3. Grayscale: #6D6D6D. Windows color (decimal): -380116 or 2896890. OLE color: 2896890.

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

Color convert

RGB 250 51 44 -
CMYK 0 0.80 0.82 0.02
HSL 2.04º 0.95% 0.58% -
HSV(B) 2.04º 0.82% 0.98% -
XYZ 41.06 22.87 4.63 -
YUV 109.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 250 51 44 0 0.80 0.82 0.02 2.04 0.95 0.58
Hex FA 33 2C 0 50 52 2 2 5F 3A
Octal 372 63 54 0 120 122 2 2 137 72
Binary 11111010 110011 101100 0 1010000 1010010 10 10 1011111 111010

Color Harmonies of #FA332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA332C

Black with #FA332C

Text Example


Text Example

White with #FA332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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