Html Css Color HEX #FA473C Sunset Orange

📋 copy color: '#FA473C'

red 250 ◦ green 71 ◦ blue 60

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

Shades of Sunset Orange #FA473C

Tints of Sunset Orange #FA473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 65.62%
G = 18.64%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA473C (or 0xFA473C) is known color: Sunset Orange. HEX triplet: FA, 47 and 3C. RGB value is (250,71,60). Sum of RGB (Red+Green+Blue) = 250+71+60=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA473C is #05B8C3. Grayscale: #7B7B7B. Windows color (decimal): -374980 or 3950586. OLE color: 3950586.

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

Color convert

RGB 250 71 60 -
CMYK 0 0.72 0.76 0.02
HSL 3.47º 0.95% 0.61% -
HSV(B) 3.47º 0.76% 0.98% -
XYZ 42.49 25.16 6.89 -
YUV 123.27 92.3 218.39 -
System Red Green Blue C M Y K H S L
Decimal 250 71 60 0 0.72 0.76 0.02 3.47 0.95 0.61
Hex FA 47 3C 0 48 4C 2 3 5F 3D
Octal 372 107 74 0 110 114 2 3 137 75
Binary 11111010 1000111 111100 0 1001000 1001100 10 11 1011111 111101

Color Harmonies of #FA473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA473C

Black with #FA473C

Text Example


Text Example

White with #FA473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA473C; }

 p { color: rgb(250,71,60); }

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

background-color css

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

 a { background-color: rgb(250,71,60); }

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

border-color css

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

 span { border-color: rgb(250,71,60); }

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