Html Css Color HEX #FA3E32 Red Orange

📋 copy color: '#FA3E32'

red 250 ◦ green 62 ◦ blue 50

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

Shades of Red Orange #FA3E32

Tints of Red Orange #FA3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 69.06%
G = 17.13%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA3E32 (or 0xFA3E32) is known color: Red Orange. HEX triplet: FA, 3E and 32. RGB value is (250,62,50). Sum of RGB (Red+Green+Blue) = 250+62+50=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3E32 is #05C1CD. Grayscale: #757575. Windows color (decimal): -377294 or 3292922. OLE color: 3292922.

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

Color convert

RGB 250 62 50 -
CMYK 0 0.75 0.8 0.02
HSL 3.6º 0.95% 0.59% -
HSV(B) 3.6º 0.8% 0.98% -
XYZ 41.72 24 5.45 -
YUV 116.84 90.28 222.98 -
System Red Green Blue C M Y K H S L
Decimal 250 62 50 0 0.75 0.8 0.02 3.6 0.95 0.59
Hex FA 3E 32 0 4B 50 2 4 5F 3B
Octal 372 76 62 0 113 120 2 4 137 73
Binary 11111010 111110 110010 0 1001011 1010000 10 100 1011111 111011

Color Harmonies of #FA3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E32

Black with #FA3E32

Text Example


Text Example

White with #FA3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E32; }

 p { color: rgb(250,62,50); }

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

background-color css

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

 a { background-color: rgb(250,62,50); }

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

border-color css

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

 span { border-color: rgb(250,62,50); }

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