Html Css Color HEX #FA554F Sunset Orange

📋 copy color: '#FA554F'

red 250 ◦ green 85 ◦ blue 79

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

Shades of Sunset Orange #FA554F

Tints of Sunset Orange #FA554F

RGB

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

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

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

R = 60.39%
G = 20.53%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA554F (or 0xFA554F) is known color: Sunset Orange. HEX triplet: FA, 55 and 4F. RGB value is (250,85,79). Sum of RGB (Red+Green+Blue) = 250+85+79=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA554F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA554F is #05AAB0. Grayscale: #858585. Windows color (decimal): -371377 or 5199354. OLE color: 5199354.

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

Color convert

RGB 250 85 79 -
CMYK 0 0.66 0.68 0.02
HSL 2.11º 0.94% 0.65% -
HSV(B) 2.11º 0.68% 0.98% -
XYZ 44.08 27.39 10.36 -
YUV 133.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 250 85 79 0 0.66 0.68 0.02 2.11 0.94 0.65
Hex FA 55 4F 0 42 44 2 2 5E 41
Octal 372 125 117 0 102 104 2 2 136 101
Binary 11111010 1010101 1001111 0 1000010 1000100 10 10 1011110 1000001

Color Harmonies of #FA554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA554F

Black with #FA554F

Text Example


Text Example

White with #FA554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA554F; }

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

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

background-color css

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

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

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

border-color css

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

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

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