Html Css Color HEX #FA504F Sunset Orange

📋 copy color: '#FA504F'

red 250 ◦ green 80 ◦ blue 79

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

Shades of Sunset Orange #FA504F

Tints of Sunset Orange #FA504F

RGB

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

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

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

R = 61.12%
G = 19.56%
B = 19.32%

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

#FA504F (or 0xFA504F) is known color: Sunset Orange. HEX triplet: FA, 50 and 4F. RGB value is (250,80,79). Sum of RGB (Red+Green+Blue) = 250+80+79=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA504F is #05AFB0. Grayscale: #828282. Windows color (decimal): -372657 or 5198074. OLE color: 5198074.

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

Color convert

RGB 250 80 79 -
CMYK 0 0.68 0.68 0.02
HSL 0.35º 0.94% 0.65% -
HSV(B) 0.35º 0.68% 0.98% -
XYZ 43.7 26.63 10.23 -
YUV 130.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 250 80 79 0 0.68 0.68 0.02 0.35 0.94 0.65
Hex FA 50 4F 0 44 44 2 0 5E 41
Octal 372 120 117 0 104 104 2 0 136 101
Binary 11111010 1010000 1001111 0 1000100 1000100 10 0 1011110 1000001

Color Harmonies of #FA504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA504F

Black with #FA504F

Text Example


Text Example

White with #FA504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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