Html Css Color HEX #FA5341 Sunset Orange

📋 copy color: '#FA5341'

red 250 ◦ green 83 ◦ blue 65

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

Shades of Sunset Orange #FA5341

Tints of Sunset Orange #FA5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 62.81%
G = 20.85%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA5341 (or 0xFA5341) is known color: Sunset Orange. HEX triplet: FA, 53 and 41. RGB value is (250,83,65). Sum of RGB (Red+Green+Blue) = 250+83+65=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5341 is #05ACBE. Grayscale: #838383. Windows color (decimal): -371903 or 4281338. OLE color: 4281338.

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

Color convert

RGB 250 83 65 -
CMYK 0 0.67 0.74 0.02
HSL 5.84º 0.95% 0.62% -
HSV(B) 5.84º 0.74% 0.98% -
XYZ 43.47 26.89 7.9 -
YUV 130.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 250 83 65 0 0.67 0.74 0.02 5.84 0.95 0.62
Hex FA 53 41 0 43 4A 2 6 5F 3E
Octal 372 123 101 0 103 112 2 6 137 76
Binary 11111010 1010011 1000001 0 1000011 1001010 10 110 1011111 111110

Color Harmonies of #FA5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5341

Black with #FA5341

Text Example


Text Example

White with #FA5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5341; }

 p { color: rgb(250,83,65); }

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

background-color css

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

 a { background-color: rgb(250,83,65); }

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

border-color css

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

 span { border-color: rgb(250,83,65); }

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