Html Css Color HEX #FA5251 Sunset Orange

📋 copy color: '#FA5251'

red 250 ◦ green 82 ◦ blue 81

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

Shades of Sunset Orange #FA5251

Tints of Sunset Orange #FA5251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.61%

R = 60.53%
G = 19.85%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA5251 (or 0xFA5251) is known color: Sunset Orange. HEX triplet: FA, 52 and 51. RGB value is (250,82,81). Sum of RGB (Red+Green+Blue) = 250+82+81=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5251 is #05ADAE. Grayscale: #848484. Windows color (decimal): -372143 or 5329658. OLE color: 5329658.

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

Color convert

RGB 250 82 81 -
CMYK 0 0.67 0.68 0.02
HSL 0.36º 0.94% 0.65% -
HSV(B) 0.36º 0.68% 0.98% -
XYZ 43.93 26.95 10.67 -
YUV 132.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 250 82 81 0 0.67 0.68 0.02 0.36 0.94 0.65
Hex FA 52 51 0 43 44 2 0 5E 41
Octal 372 122 121 0 103 104 2 0 136 101
Binary 11111010 1010010 1010001 0 1000011 1000100 10 0 1011110 1000001

Color Harmonies of #FA5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5251

Black with #FA5251

Text Example


Text Example

White with #FA5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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