Html Css Color HEX #FC521F Outrageous Orange

📋 copy color: '#FC521F'

red 252 ◦ green 82 ◦ blue 31

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

Shades of Outrageous Orange #FC521F

Tints of Outrageous Orange #FC521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 69.04%
G = 22.47%
B = 8.49%

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

#FC521F (or 0xFC521F) is known color: Outrageous Orange. HEX triplet: FC, 52 and 1F. RGB value is (252,82,31). Sum of RGB (Red+Green+Blue) = 252+82+31=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC521F is #03ADE0. Grayscale: #7F7F7F. Windows color (decimal): -241121 or 2052860. OLE color: 2052860.

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

Color convert

RGB 252 82 31 -
CMYK 0 0.67 0.88 0.01
HSL 13.85º 0.97% 0.55% -
HSV(B) 13.85º 0.88% 0.99% -
XYZ 43.41 26.83 4.19 -
YUV 127.02 73.82 217.15 -
System Red Green Blue C M Y K H S L
Decimal 252 82 31 0 0.67 0.88 0.01 13.85 0.97 0.55
Hex FC 52 1F 0 43 58 1 E 61 37
Octal 374 122 37 0 103 130 1 16 141 67
Binary 11111100 1010010 11111 0 1000011 1011000 1 1110 1100001 110111

Color Harmonies of #FC521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC521F

Black with #FC521F

Text Example


Text Example

White with #FC521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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