Html Css Color HEX #FA5145 Sunset Orange

📋 copy color: '#FA5145'

red 250 ◦ green 81 ◦ blue 69

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

Shades of Sunset Orange #FA5145

Tints of Sunset Orange #FA5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 62.5%
G = 20.25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA5145 (or 0xFA5145) is known color: Sunset Orange. HEX triplet: FA, 51 and 45. RGB value is (250,81,69). Sum of RGB (Red+Green+Blue) = 250+81+69=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5145 is #05AEBA. Grayscale: #828282. Windows color (decimal): -372411 or 4542970. OLE color: 4542970.

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

Color convert

RGB 250 81 69 -
CMYK 0 0.68 0.72 0.02
HSL 3.98º 0.95% 0.63% -
HSV(B) 3.98º 0.72% 0.98% -
XYZ 43.44 26.64 8.48 -
YUV 130.16 93.49 213.48 -
System Red Green Blue C M Y K H S L
Decimal 250 81 69 0 0.68 0.72 0.02 3.98 0.95 0.63
Hex FA 51 45 0 44 48 2 4 5F 3F
Octal 372 121 105 0 104 110 2 4 137 77
Binary 11111010 1010001 1000101 0 1000100 1001000 10 100 1011111 111111

Color Harmonies of #FA5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5145

Black with #FA5145

Text Example


Text Example

White with #FA5145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5145; }

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

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

background-color css

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

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

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

border-color css

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

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

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