Html Css Color HEX #FA5142 Sunset Orange

📋 copy color: '#FA5142'

red 250 ◦ green 81 ◦ blue 66

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

Shades of Sunset Orange #FA5142

Tints of Sunset Orange #FA5142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 62.97%
G = 20.4%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA5142 (or 0xFA5142) is known color: Sunset Orange. HEX triplet: FA, 51 and 42. RGB value is (250,81,66). Sum of RGB (Red+Green+Blue) = 250+81+66=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5142 is #05AEBD. Grayscale: #828282. Windows color (decimal): -372414 or 4346362. OLE color: 4346362.

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

Color convert

RGB 250 81 66 -
CMYK 0 0.68 0.74 0.02
HSL 4.89º 0.95% 0.62% -
HSV(B) 4.89º 0.74% 0.98% -
XYZ 43.35 26.6 8 -
YUV 129.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 250 81 66 0 0.68 0.74 0.02 4.89 0.95 0.62
Hex FA 51 42 0 44 4A 2 5 5F 3E
Octal 372 121 102 0 104 112 2 5 137 76
Binary 11111010 1010001 1000010 0 1000100 1001010 10 101 1011111 111110

Color Harmonies of #FA5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5142

Black with #FA5142

Text Example


Text Example

White with #FA5142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5142; }

 p { color: rgb(250,81,66); }

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

background-color css

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

 a { background-color: rgb(250,81,66); }

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

border-color css

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

 span { border-color: rgb(250,81,66); }

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