Html Css Color HEX #FA514D Sunset Orange

📋 copy color: '#FA514D'

red 250 ◦ green 81 ◦ blue 77

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

Shades of Sunset Orange #FA514D

Tints of Sunset Orange #FA514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 61.27%
G = 19.85%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA514D (or 0xFA514D) is known color: Sunset Orange. HEX triplet: FA, 51 and 4D. RGB value is (250,81,77). Sum of RGB (Red+Green+Blue) = 250+81+77=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA514D is #05AEB2. Grayscale: #838383. Windows color (decimal): -372403 or 5067258. OLE color: 5067258.

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

Color convert

RGB 250 81 77 -
CMYK 0 0.68 0.69 0.02
HSL 1.39º 0.95% 0.64% -
HSV(B) 1.39º 0.69% 0.98% -
XYZ 43.71 26.74 9.88 -
YUV 131.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 250 81 77 0 0.68 0.69 0.02 1.39 0.95 0.64
Hex FA 51 4D 0 44 45 2 1 5F 40
Octal 372 121 115 0 104 105 2 1 137 100
Binary 11111010 1010001 1001101 0 1000100 1000101 10 1 1011111 1000000

Color Harmonies of #FA514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA514D

Black with #FA514D

Text Example


Text Example

White with #FA514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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