Html Css Color HEX #FC501F Outrageous Orange

📋 copy color: '#FC501F'

red 252 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #FC501F

Tints of Outrageous Orange #FC501F

RGB

 RED value IS 252 (98.83% from 255) = 69.42%

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

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

R = 69.42%
G = 22.04%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC501F (or 0xFC501F) is known color: Outrageous Orange. HEX triplet: FC, 50 and 1F. RGB value is (252,80,31). Sum of RGB (Red+Green+Blue) = 252+80+31=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC501F is #03AFE0. Grayscale: #7E7E7E. Windows color (decimal): -241633 or 2052348. OLE color: 2052348.

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

Color convert

RGB 252 80 31 -
CMYK 0 0.68 0.88 0.01
HSL 13.3º 0.97% 0.55% -
HSV(B) 13.3º 0.88% 0.99% -
XYZ 43.26 26.53 4.14 -
YUV 125.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 252 80 31 0 0.68 0.88 0.01 13.3 0.97 0.55
Hex FC 50 1F 0 44 58 1 D 61 37
Octal 374 120 37 0 104 130 1 15 141 67
Binary 11111100 1010000 11111 0 1000100 1011000 1 1101 1100001 110111

Color Harmonies of #FC501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC501F

Black with #FC501F

Text Example


Text Example

White with #FC501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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