Html Css Color HEX #FA501F Outrageous Orange

📋 copy color: '#FA501F'

red 250 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #FA501F

Tints of Outrageous Orange #FA501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 69.25%
G = 22.16%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA501F (or 0xFA501F) is known color: Outrageous Orange. HEX triplet: FA, 50 and 1F. RGB value is (250,80,31). Sum of RGB (Red+Green+Blue) = 250+80+31=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA501F is #05AFE0. Grayscale: #7D7D7D. Windows color (decimal): -372705 or 2052346. OLE color: 2052346.

HSL color Cylindrical-coordinate representation of color #FA501F: hue angle of 13.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA501F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 31 -
CMYK 0 0.68 0.88 0.02
HSL 13.42º 0.96% 0.55% -
HSV(B) 13.42º 0.88% 0.98% -
XYZ 42.54 26.16 4.1 -
YUV 125.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 250 80 31 0 0.68 0.88 0.02 13.42 0.96 0.55
Hex FA 50 1F 0 44 58 2 D 60 37
Octal 372 120 37 0 104 130 2 15 140 67
Binary 11111010 1010000 11111 0 1000100 1011000 10 1101 1100000 110111

Color Harmonies of #FA501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA501F

Black with #FA501F

Text Example


Text Example

White with #FA501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA501F; }

 p { color: rgb(250,80,31); }

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

background-color css

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

 a { background-color: rgb(250,80,31); }

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

border-color css

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

 span { border-color: rgb(250,80,31); }

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