Html Css Color HEX #FA503D Sunset Orange

📋 copy color: '#FA503D'

red 250 ◦ green 80 ◦ blue 61

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

Shades of Sunset Orange #FA503D

Tints of Sunset Orange #FA503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.6%

R = 63.94%
G = 20.46%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA503D (or 0xFA503D) is known color: Sunset Orange. HEX triplet: FA, 50 and 3D. RGB value is (250,80,61). Sum of RGB (Red+Green+Blue) = 250+80+61=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA503D is #05AFC2. Grayscale: #808080. Windows color (decimal): -372675 or 4018426. OLE color: 4018426.

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

Color convert

RGB 250 80 61 -
CMYK 0 0.68 0.76 0.02
HSL 6.03º 0.95% 0.61% -
HSV(B) 6.03º 0.76% 0.98% -
XYZ 43.14 26.4 7.24 -
YUV 128.66 89.82 214.54 -
System Red Green Blue C M Y K H S L
Decimal 250 80 61 0 0.68 0.76 0.02 6.03 0.95 0.61
Hex FA 50 3D 0 44 4C 2 6 5F 3D
Octal 372 120 75 0 104 114 2 6 137 75
Binary 11111010 1010000 111101 0 1000100 1001100 10 110 1011111 111101

Color Harmonies of #FA503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA503D

Black with #FA503D

Text Example


Text Example

White with #FA503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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