Html Css Color HEX #FA514E Sunset Orange

📋 copy color: '#FA514E'

red 250 ◦ green 81 ◦ blue 78

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

Shades of Sunset Orange #FA514E

Tints of Sunset Orange #FA514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.07%

R = 61.12%
G = 19.8%
B = 19.07%

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

#FA514E (or 0xFA514E) is known color: Sunset Orange. HEX triplet: FA, 51 and 4E. RGB value is (250,81,78). Sum of RGB (Red+Green+Blue) = 250+81+78=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA514E is #05AEB1. Grayscale: #838383. Windows color (decimal): -372402 or 5132794. OLE color: 5132794.

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

Color convert

RGB 250 81 78 -
CMYK 0 0.68 0.69 0.02
HSL 1.05º 0.95% 0.64% -
HSV(B) 1.05º 0.69% 0.98% -
XYZ 43.74 26.76 10.07 -
YUV 131.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 250 81 78 0 0.68 0.69 0.02 1.05 0.95 0.64
Hex FA 51 4E 0 44 45 2 1 5F 40
Octal 372 121 116 0 104 105 2 1 137 100
Binary 11111010 1010001 1001110 0 1000100 1000101 10 1 1011111 1000000

Color Harmonies of #FA514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA514E

Black with #FA514E

Text Example


Text Example

White with #FA514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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