Html Css Color HEX #FC531F Outrageous Orange

📋 copy color: '#FC531F'

red 252 ◦ green 83 ◦ blue 31

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

Shades of Outrageous Orange #FC531F

Tints of Outrageous Orange #FC531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 68.85%
G = 22.68%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC531F (or 0xFC531F) is known color: Outrageous Orange. HEX triplet: FC, 53 and 1F. RGB value is (252,83,31). Sum of RGB (Red+Green+Blue) = 252+83+31=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC531F is #03ACE0. Grayscale: #7F7F7F. Windows color (decimal): -240865 or 2053116. OLE color: 2053116.

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

Color convert

RGB 252 83 31 -
CMYK 0 0.67 0.88 0.01
HSL 14.12º 0.97% 0.55% -
HSV(B) 14.12º 0.88% 0.99% -
XYZ 43.49 26.98 4.21 -
YUV 127.6 73.49 216.73 -
System Red Green Blue C M Y K H S L
Decimal 252 83 31 0 0.67 0.88 0.01 14.12 0.97 0.55
Hex FC 53 1F 0 43 58 1 E 61 37
Octal 374 123 37 0 103 130 1 16 141 67
Binary 11111100 1010011 11111 0 1000011 1011000 1 1110 1100001 110111

Color Harmonies of #FC531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC531F

Black with #FC531F

Text Example


Text Example

White with #FC531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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