Html Css Color HEX #FA504D Sunset Orange

📋 copy color: '#FA504D'

red 250 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #FA504D

Tints of Sunset Orange #FA504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 61.43%
G = 19.66%
B = 18.92%

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

#FA504D (or 0xFA504D) is known color: Sunset Orange. HEX triplet: FA, 50 and 4D. RGB value is (250,80,77). Sum of RGB (Red+Green+Blue) = 250+80+77=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA504D is #05AFB2. Grayscale: #828282. Windows color (decimal): -372659 or 5067002. OLE color: 5067002.

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

Color convert

RGB 250 80 77 -
CMYK 0 0.68 0.69 0.02
HSL 1.04º 0.95% 0.64% -
HSV(B) 1.04º 0.69% 0.98% -
XYZ 43.63 26.6 9.86 -
YUV 130.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 250 80 77 0 0.68 0.69 0.02 1.04 0.95 0.64
Hex FA 50 4D 0 44 45 2 1 5F 40
Octal 372 120 115 0 104 105 2 1 137 100
Binary 11111010 1010000 1001101 0 1000100 1000101 10 1 1011111 1000000

Color Harmonies of #FA504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA504D

Black with #FA504D

Text Example


Text Example

White with #FA504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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