Html Css Color HEX #FA6531 Outrageous Orange

📋 copy color: '#FA6531'

red 250 ◦ green 101 ◦ blue 49

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

Shades of Outrageous Orange #FA6531

Tints of Outrageous Orange #FA6531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 62.5%
G = 25.25%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA6531 (or 0xFA6531) is known color: Outrageous Orange. HEX triplet: FA, 65 and 31. RGB value is (250,101,49). Sum of RGB (Red+Green+Blue) = 250+101+49=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6531 is #059ACE. Grayscale: #8B8B8B. Windows color (decimal): -367311 or 3237370. OLE color: 3237370.

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

Color convert

RGB 250 101 49 -
CMYK 0 0.60 0.80 0.02
HSL 15.52º 0.95% 0.59% -
HSV(B) 15.52º 0.8% 0.98% -
XYZ 44.63 29.85 6.32 -
YUV 139.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 250 101 49 0 0.60 0.80 0.02 15.52 0.95 0.59
Hex FA 65 31 0 3C 50 2 10 5F 3B
Octal 372 145 61 0 74 120 2 20 137 73
Binary 11111010 1100101 110001 0 111100 1010000 10 10000 1011111 111011

Color Harmonies of #FA6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6531

Black with #FA6531

Text Example


Text Example

White with #FA6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6531; }

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

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

background-color css

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

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

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

border-color css

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

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

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