Html Css Color HEX #FC561E Outrageous Orange

📋 copy color: '#FC561E'

red 252 ◦ green 86 ◦ blue 30

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

Shades of Outrageous Orange #FC561E

Tints of Outrageous Orange #FC561E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.37%

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

R = 68.48%
G = 23.37%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC561E (or 0xFC561E) is known color: Outrageous Orange. HEX triplet: FC, 56 and 1E. RGB value is (252,86,30). Sum of RGB (Red+Green+Blue) = 252+86+30=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC561E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC561E is #03A9E1. Grayscale: #818181. Windows color (decimal): -240098 or 1988348. OLE color: 1988348.

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

Color convert

RGB 252 86 30 -
CMYK 0 0.66 0.88 0.01
HSL 15.14º 0.97% 0.55% -
HSV(B) 15.14º 0.88% 0.99% -
XYZ 43.71 27.44 4.22 -
YUV 129.25 72 215.55 -
System Red Green Blue C M Y K H S L
Decimal 252 86 30 0 0.66 0.88 0.01 15.14 0.97 0.55
Hex FC 56 1E 0 42 58 1 F 61 37
Octal 374 126 36 0 102 130 1 17 141 67
Binary 11111100 1010110 11110 0 1000010 1011000 1 1111 1100001 110111

Color Harmonies of #FC561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC561E

Black with #FC561E

Text Example


Text Example

White with #FC561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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