Html Css Color HEX #FA5531 Outrageous Orange

📋 copy color: '#FA5531'

red 250 ◦ green 85 ◦ blue 49

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

Shades of Outrageous Orange #FA5531

Tints of Outrageous Orange #FA5531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 65.1%
G = 22.14%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA5531 (or 0xFA5531) is known color: Outrageous Orange. HEX triplet: FA, 55 and 31. RGB value is (250,85,49). Sum of RGB (Red+Green+Blue) = 250+85+49=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5531 is #05AACE. Grayscale: #828282. Windows color (decimal): -371407 or 3233274. OLE color: 3233274.

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

Color convert

RGB 250 85 49 -
CMYK 0 0.66 0.80 0.02
HSL 10.75º 0.95% 0.59% -
HSV(B) 10.75º 0.8% 0.98% -
XYZ 43.23 27.04 5.85 -
YUV 130.23 82.16 213.43 -
System Red Green Blue C M Y K H S L
Decimal 250 85 49 0 0.66 0.80 0.02 10.75 0.95 0.59
Hex FA 55 31 0 42 50 2 B 5F 3B
Octal 372 125 61 0 102 120 2 13 137 73
Binary 11111010 1010101 110001 0 1000010 1010000 10 1011 1011111 111011

Color Harmonies of #FA5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5531

Black with #FA5531

Text Example


Text Example

White with #FA5531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5531; }

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

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

background-color css

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

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

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

border-color css

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

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

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