Html Css Color HEX #FA534F Sunset Orange

📋 copy color: '#FA534F'

red 250 ◦ green 83 ◦ blue 79

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

Shades of Sunset Orange #FA534F

Tints of Sunset Orange #FA534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

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

R = 60.68%
G = 20.15%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA534F (or 0xFA534F) is known color: Sunset Orange. HEX triplet: FA, 53 and 4F. RGB value is (250,83,79). Sum of RGB (Red+Green+Blue) = 250+83+79=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA534F is #05ACB0. Grayscale: #848484. Windows color (decimal): -371889 or 5198842. OLE color: 5198842.

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

Color convert

RGB 250 83 79 -
CMYK 0 0.67 0.68 0.02
HSL 1.4º 0.94% 0.65% -
HSV(B) 1.4º 0.68% 0.98% -
XYZ 43.93 27.08 10.31 -
YUV 132.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 250 83 79 0 0.67 0.68 0.02 1.4 0.94 0.65
Hex FA 53 4F 0 43 44 2 1 5E 41
Octal 372 123 117 0 103 104 2 1 136 101
Binary 11111010 1010011 1001111 0 1000011 1000100 10 1 1011110 1000001

Color Harmonies of #FA534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA534F

Black with #FA534F

Text Example


Text Example

White with #FA534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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