Html Css Color HEX #FA514F Sunset Orange

📋 copy color: '#FA514F'

red 250 ◦ green 81 ◦ blue 79

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

Shades of Sunset Orange #FA514F

Tints of Sunset Orange #FA514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 60.98%
G = 19.76%
B = 19.27%

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

#FA514F (or 0xFA514F) is known color: Sunset Orange. HEX triplet: FA, 51 and 4F. RGB value is (250,81,79). Sum of RGB (Red+Green+Blue) = 250+81+79=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA514F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA514F is #05AEB0. Grayscale: #838383. Windows color (decimal): -372401 or 5198330. OLE color: 5198330.

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

Color convert

RGB 250 81 79 -
CMYK 0 0.68 0.68 0.02
HSL 0.7º 0.94% 0.65% -
HSV(B) 0.7º 0.68% 0.98% -
XYZ 43.78 26.77 10.26 -
YUV 131.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 250 81 79 0 0.68 0.68 0.02 0.7 0.94 0.65
Hex FA 51 4F 0 44 44 2 1 5E 41
Octal 372 121 117 0 104 104 2 1 136 101
Binary 11111010 1010001 1001111 0 1000100 1000100 10 1 1011110 1000001

Color Harmonies of #FA514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA514F

Black with #FA514F

Text Example


Text Example

White with #FA514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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