Html Css Color HEX #FC6531 Outrageous Orange

📋 copy color: '#FC6531'

red 252 ◦ green 101 ◦ blue 49

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

Shades of Outrageous Orange #FC6531

Tints of Outrageous Orange #FC6531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 62.69%
G = 25.12%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6531 (or 0xFC6531) is known color: Outrageous Orange. HEX triplet: FC, 65 and 31. RGB value is (252,101,49). Sum of RGB (Red+Green+Blue) = 252+101+49=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6531 is #039ACE. Grayscale: #8C8C8C. Windows color (decimal): -236239 or 3237372. OLE color: 3237372.

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

Color convert

RGB 252 101 49 -
CMYK 0 0.60 0.81 0.01
HSL 15.37º 0.97% 0.59% -
HSV(B) 15.37º 0.81% 0.99% -
XYZ 45.35 30.22 6.35 -
YUV 140.22 76.53 207.73 -
System Red Green Blue C M Y K H S L
Decimal 252 101 49 0 0.60 0.81 0.01 15.37 0.97 0.59
Hex FC 65 31 0 3C 51 1 F 61 3B
Octal 374 145 61 0 74 121 1 17 141 73
Binary 11111100 1100101 110001 0 111100 1010001 1 1111 1100001 111011

Color Harmonies of #FC6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6531

Black with #FC6531

Text Example


Text Example

White with #FC6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6531; }

 p { color: rgb(252,101,49); }

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

background-color css

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

 a { background-color: rgb(252,101,49); }

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

border-color css

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

 span { border-color: rgb(252,101,49); }

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