Html Css Color HEX #FC642D Outrageous Orange

📋 copy color: '#FC642D'

red 252 ◦ green 100 ◦ blue 45

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

Shades of Outrageous Orange #FC642D

Tints of Outrageous Orange #FC642D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 63.48%
G = 25.19%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC642D (or 0xFC642D) is known color: Outrageous Orange. HEX triplet: FC, 64 and 2D. RGB value is (252,100,45). Sum of RGB (Red+Green+Blue) = 252+100+45=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC642D is #039BD2. Grayscale: #8B8B8B. Windows color (decimal): -236499 or 2974972. OLE color: 2974972.

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

Color convert

RGB 252 100 45 -
CMYK 0 0.60 0.82 0.01
HSL 15.94º 0.97% 0.58% -
HSV(B) 15.94º 0.82% 0.99% -
XYZ 45.18 30 5.89 -
YUV 139.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 252 100 45 0 0.60 0.82 0.01 15.94 0.97 0.58
Hex FC 64 2D 0 3C 52 1 10 61 3A
Octal 374 144 55 0 74 122 1 20 141 72
Binary 11111100 1100100 101101 0 111100 1010010 1 10000 1100001 111010

Color Harmonies of #FC642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC642D

Black with #FC642D

Text Example


Text Example

White with #FC642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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