Html Css Color HEX #FC501E Outrageous Orange

📋 copy color: '#FC501E'

red 252 ◦ green 80 ◦ blue 30

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

Shades of Outrageous Orange #FC501E

Tints of Outrageous Orange #FC501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 69.61%
G = 22.1%
B = 8.29%

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

#FC501E (or 0xFC501E) is known color: Outrageous Orange. HEX triplet: FC, 50 and 1E. RGB value is (252,80,30). Sum of RGB (Red+Green+Blue) = 252+80+30=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC501E is #03AFE1. Grayscale: #7E7E7E. Windows color (decimal): -241634 or 1986812. OLE color: 1986812.

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

Color convert

RGB 252 80 30 -
CMYK 0 0.68 0.88 0.01
HSL 13.51º 0.97% 0.55% -
HSV(B) 13.51º 0.88% 0.99% -
XYZ 43.25 26.53 4.07 -
YUV 125.73 73.98 218.07 -
System Red Green Blue C M Y K H S L
Decimal 252 80 30 0 0.68 0.88 0.01 13.51 0.97 0.55
Hex FC 50 1E 0 44 58 1 E 61 37
Octal 374 120 36 0 104 130 1 16 141 67
Binary 11111100 1010000 11110 0 1000100 1011000 1 1110 1100001 110111

Color Harmonies of #FC501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC501E

Black with #FC501E

Text Example


Text Example

White with #FC501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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