Html Css Color HEX #FA5151 Sunset Orange

📋 copy color: '#FA5151'

red 250 ◦ green 81 ◦ blue 81

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

Shades of Sunset Orange #FA5151

Tints of Sunset Orange #FA5151

RGB

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

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

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

R = 60.68%
G = 19.66%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA5151 (or 0xFA5151) is known color: Sunset Orange. HEX triplet: FA, 51 and 51. RGB value is (250,81,81). Sum of RGB (Red+Green+Blue) = 250+81+81=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5151 is #05AEAE. Grayscale: #838383. Windows color (decimal): -372399 or 5329402. OLE color: 5329402.

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

Color convert

RGB 250 81 81 -
CMYK 0 0.68 0.68 0.02
HSL 0.94% 0.65% -
HSV(B) 0.68% 0.98% -
XYZ 43.85 26.8 10.65 -
YUV 131.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 250 81 81 0 0.68 0.68 0.02 0 0.94 0.65
Hex FA 51 51 0 44 44 2 0 5E 41
Octal 372 121 121 0 104 104 2 0 136 101
Binary 11111010 1010001 1010001 0 1000100 1000100 10 0 1011110 1000001

Color Harmonies of #FA5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5151

Black with #FA5151

Text Example


Text Example

White with #FA5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5151; }

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

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

background-color css

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

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

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

border-color css

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

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

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