Html Css Color HEX #FA504A Sunset Orange

📋 copy color: '#FA504A'

red 250 ◦ green 80 ◦ blue 74

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

Shades of Sunset Orange #FA504A

Tints of Sunset Orange #FA504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 61.88%
G = 19.8%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA504A (or 0xFA504A) is known color: Sunset Orange. HEX triplet: FA, 50 and 4A. RGB value is (250,80,74). Sum of RGB (Red+Green+Blue) = 250+80+74=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA504A is #05AFB5. Grayscale: #828282. Windows color (decimal): -372662 or 4870394. OLE color: 4870394.

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

Color convert

RGB 250 80 74 -
CMYK 0 0.68 0.70 0.02
HSL 2.05º 0.95% 0.64% -
HSV(B) 2.05º 0.7% 0.98% -
XYZ 43.53 26.56 9.31 -
YUV 130.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 250 80 74 0 0.68 0.70 0.02 2.05 0.95 0.64
Hex FA 50 4A 0 44 46 2 2 5F 40
Octal 372 120 112 0 104 106 2 2 137 100
Binary 11111010 1010000 1001010 0 1000100 1000110 10 10 1011111 1000000

Color Harmonies of #FA504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA504A

Black with #FA504A

Text Example


Text Example

White with #FA504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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