Html Css Color HEX #FA5246 Sunset Orange

📋 copy color: '#FA5246'

red 250 ◦ green 82 ◦ blue 70

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

Shades of Sunset Orange #FA5246

Tints of Sunset Orange #FA5246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 62.19%
G = 20.4%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA5246 (or 0xFA5246) is known color: Sunset Orange. HEX triplet: FA, 52 and 46. RGB value is (250,82,70). Sum of RGB (Red+Green+Blue) = 250+82+70=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5246 is #05ADB9. Grayscale: #838383. Windows color (decimal): -372154 or 4608762. OLE color: 4608762.

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

Color convert

RGB 250 82 70 -
CMYK 0 0.67 0.72 0.02
HSL 0.95% 0.63% -
HSV(B) 0.72% 0.98% -
XYZ 43.55 26.8 8.67 -
YUV 130.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 250 82 70 0 0.67 0.72 0.02 4 0.95 0.63
Hex FA 52 46 0 43 48 2 4 5F 3F
Octal 372 122 106 0 103 110 2 4 137 77
Binary 11111010 1010010 1000110 0 1000011 1001000 10 100 1011111 111111

Color Harmonies of #FA5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5246

Black with #FA5246

Text Example


Text Example

White with #FA5246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5246; }

 p { color: rgb(250,82,70); }

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

background-color css

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

 a { background-color: rgb(250,82,70); }

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

border-color css

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

 span { border-color: rgb(250,82,70); }

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