Html Css Color HEX #FC512F Outrageous Orange

📋 copy color: '#FC512F'

red 252 ◦ green 81 ◦ blue 47

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

Shades of Outrageous Orange #FC512F

Tints of Outrageous Orange #FC512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 66.32%
G = 21.32%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC512F (or 0xFC512F) is known color: Outrageous Orange. HEX triplet: FC, 51 and 2F. RGB value is (252,81,47). Sum of RGB (Red+Green+Blue) = 252+81+47=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC512F is #03AED0. Grayscale: #808080. Windows color (decimal): -241361 or 3101180. OLE color: 3101180.

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

Color convert

RGB 252 81 47 -
CMYK 0 0.68 0.81 0.01
HSL 9.95º 0.97% 0.59% -
HSV(B) 9.95º 0.81% 0.99% -
XYZ 43.6 26.79 5.56 -
YUV 128.25 82.15 216.26 -
System Red Green Blue C M Y K H S L
Decimal 252 81 47 0 0.68 0.81 0.01 9.95 0.97 0.59
Hex FC 51 2F 0 44 51 1 A 61 3B
Octal 374 121 57 0 104 121 1 12 141 73
Binary 11111100 1010001 101111 0 1000100 1010001 1 1010 1100001 111011

Color Harmonies of #FC512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC512F

Black with #FC512F

Text Example


Text Example

White with #FC512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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