Html Css Color HEX #FA4E32 Sunset Orange

📋 copy color: '#FA4E32'

red 250 ◦ green 78 ◦ blue 50

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

Shades of Sunset Orange #FA4E32

Tints of Sunset Orange #FA4E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

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

R = 66.14%
G = 20.63%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA4E32 (or 0xFA4E32) is known color: Sunset Orange. HEX triplet: FA, 4E and 32. RGB value is (250,78,50). Sum of RGB (Red+Green+Blue) = 250+78+50=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4E32 is #05B1CD. Grayscale: #7E7E7E. Windows color (decimal): -373198 or 3297018. OLE color: 3297018.

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

Color convert

RGB 250 78 50 -
CMYK 0 0.69 0.8 0.02
HSL 8.4º 0.95% 0.59% -
HSV(B) 8.4º 0.8% 0.98% -
XYZ 42.72 26 5.78 -
YUV 126.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 250 78 50 0 0.69 0.8 0.02 8.4 0.95 0.59
Hex FA 4E 32 0 45 50 2 8 5F 3B
Octal 372 116 62 0 105 120 2 10 137 73
Binary 11111010 1001110 110010 0 1000101 1010000 10 1000 1011111 111011

Color Harmonies of #FA4E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4E32

Black with #FA4E32

Text Example


Text Example

White with #FA4E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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