Html Css Color HEX #FA5140 Sunset Orange

📋 copy color: '#FA5140'

red 250 ◦ green 81 ◦ blue 64

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

Shades of Sunset Orange #FA5140

Tints of Sunset Orange #FA5140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 63.29%
G = 20.51%
B = 16.2%

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

#FA5140 (or 0xFA5140) is known color: Sunset Orange. HEX triplet: FA, 51 and 40. RGB value is (250,81,64). Sum of RGB (Red+Green+Blue) = 250+81+64=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5140 is #05AEBF. Grayscale: #818181. Windows color (decimal): -372416 or 4215290. OLE color: 4215290.

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

Color convert

RGB 250 81 64 -
CMYK 0 0.68 0.74 0.02
HSL 5.48º 0.95% 0.62% -
HSV(B) 5.48º 0.74% 0.98% -
XYZ 43.29 26.58 7.7 -
YUV 129.59 90.99 213.88 -
System Red Green Blue C M Y K H S L
Decimal 250 81 64 0 0.68 0.74 0.02 5.48 0.95 0.62
Hex FA 51 40 0 44 4A 2 5 5F 3E
Octal 372 121 100 0 104 112 2 5 137 76
Binary 11111010 1010001 1000000 0 1000100 1001010 10 101 1011111 111110

Color Harmonies of #FA5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5140

Black with #FA5140

Text Example


Text Example

White with #FA5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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