Html Css Color HEX #FC6432 Outrageous Orange

📋 copy color: '#FC6432'

red 252 ◦ green 100 ◦ blue 50

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

Shades of Outrageous Orange #FC6432

Tints of Outrageous Orange #FC6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 62.69%
G = 24.88%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC6432 (or 0xFC6432) is known color: Outrageous Orange. HEX triplet: FC, 64 and 32. RGB value is (252,100,50). Sum of RGB (Red+Green+Blue) = 252+100+50=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6432 is #039BCD. Grayscale: #8C8C8C. Windows color (decimal): -236494 or 3302652. OLE color: 3302652.

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

Color convert

RGB 252 100 50 -
CMYK 0 0.60 0.80 0.01
HSL 14.85º 0.97% 0.59% -
HSV(B) 14.85º 0.8% 0.99% -
XYZ 45.28 30.04 6.43 -
YUV 139.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 252 100 50 0 0.60 0.80 0.01 14.85 0.97 0.59
Hex FC 64 32 0 3C 50 1 F 61 3B
Octal 374 144 62 0 74 120 1 17 141 73
Binary 11111100 1100100 110010 0 111100 1010000 1 1111 1100001 111011

Color Harmonies of #FC6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6432

Black with #FC6432

Text Example


Text Example

White with #FC6432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6432; }

 p { color: rgb(252,100,50); }

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

background-color css

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

 a { background-color: rgb(252,100,50); }

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

border-color css

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

 span { border-color: rgb(252,100,50); }

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