Html Css Color HEX #FA332F Red Orange

📋 copy color: '#FA332F'

red 250 ◦ green 51 ◦ blue 47

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

Shades of Red Orange #FA332F

Tints of Red Orange #FA332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 71.84%
G = 14.66%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA332F (or 0xFA332F) is known color: Red Orange. HEX triplet: FA, 33 and 2F. RGB value is (250,51,47). Sum of RGB (Red+Green+Blue) = 250+51+47=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA332F is #05CCD0. Grayscale: #6E6E6E. Windows color (decimal): -380113 or 3093498. OLE color: 3093498.

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

Color convert

RGB 250 51 47 -
CMYK 0 0.80 0.81 0.02
HSL 1.18º 0.95% 0.58% -
HSV(B) 1.18º 0.81% 0.98% -
XYZ 41.12 22.9 4.94 -
YUV 110.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 250 51 47 0 0.80 0.81 0.02 1.18 0.95 0.58
Hex FA 33 2F 0 50 51 2 1 5F 3A
Octal 372 63 57 0 120 121 2 1 137 72
Binary 11111010 110011 101111 0 1010000 1010001 10 1 1011111 111010

Color Harmonies of #FA332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA332F

Black with #FA332F

Text Example


Text Example

White with #FA332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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