Html Css Color HEX #FC512E Outrageous Orange

📋 copy color: '#FC512E'

red 252 ◦ green 81 ◦ blue 46

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

Shades of Outrageous Orange #FC512E

Tints of Outrageous Orange #FC512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 66.49%
G = 21.37%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC512E (or 0xFC512E) is known color: Outrageous Orange. HEX triplet: FC, 51 and 2E. RGB value is (252,81,46). Sum of RGB (Red+Green+Blue) = 252+81+46=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC512E is #03AED1. Grayscale: #808080. Windows color (decimal): -241362 or 3035644. OLE color: 3035644.

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

Color convert

RGB 252 81 46 -
CMYK 0 0.68 0.82 0.01
HSL 10.19º 0.97% 0.58% -
HSV(B) 10.19º 0.82% 0.99% -
XYZ 43.58 26.78 5.46 -
YUV 128.14 81.65 216.35 -
System Red Green Blue C M Y K H S L
Decimal 252 81 46 0 0.68 0.82 0.01 10.19 0.97 0.58
Hex FC 51 2E 0 44 52 1 A 61 3A
Octal 374 121 56 0 104 122 1 12 141 72
Binary 11111100 1010001 101110 0 1000100 1010010 1 1010 1100001 111010

Color Harmonies of #FC512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC512E

Black with #FC512E

Text Example


Text Example

White with #FC512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC512E; }

 p { color: rgb(252,81,46); }

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

background-color css

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

 a { background-color: rgb(252,81,46); }

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

border-color css

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

 span { border-color: rgb(252,81,46); }

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