Html Css Color HEX #FA553F Sunset Orange

📋 copy color: '#FA553F'

red 250 ◦ green 85 ◦ blue 63

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

Shades of Sunset Orange #FA553F

Tints of Sunset Orange #FA553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 63 (25% from 255) = 15.83%

R = 62.81%
G = 21.36%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA553F (or 0xFA553F) is known color: Sunset Orange. HEX triplet: FA, 55 and 3F. RGB value is (250,85,63). Sum of RGB (Red+Green+Blue) = 250+85+63=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA553F is #05AAC0. Grayscale: #848484. Windows color (decimal): -371393 or 4150778. OLE color: 4150778.

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

Color convert

RGB 250 85 63 -
CMYK 0 0.66 0.75 0.02
HSL 7.06º 0.95% 0.61% -
HSV(B) 7.06º 0.75% 0.98% -
XYZ 43.57 27.18 7.65 -
YUV 131.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 250 85 63 0 0.66 0.75 0.02 7.06 0.95 0.61
Hex FA 55 3F 0 42 4B 2 7 5F 3D
Octal 372 125 77 0 102 113 2 7 137 75
Binary 11111010 1010101 111111 0 1000010 1001011 10 111 1011111 111101

Color Harmonies of #FA553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA553F

Black with #FA553F

Text Example


Text Example

White with #FA553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA553F; }

 p { color: rgb(250,85,63); }

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

background-color css

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

 a { background-color: rgb(250,85,63); }

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

border-color css

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

 span { border-color: rgb(250,85,63); }

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