Html Css Color HEX #FC643D Outrageous Orange

📋 copy color: '#FC643D'

red 252 ◦ green 100 ◦ blue 61

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

Shades of Outrageous Orange #FC643D

Tints of Outrageous Orange #FC643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 61.02%
G = 24.21%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC643D (or 0xFC643D) is known color: Outrageous Orange. HEX triplet: FC, 64 and 3D. RGB value is (252,100,61). Sum of RGB (Red+Green+Blue) = 252+100+61=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC643D is #039BC2. Grayscale: #8D8D8D. Windows color (decimal): -236483 or 4023548. OLE color: 4023548.

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

Color convert

RGB 252 100 61 -
CMYK 0 0.60 0.76 0.01
HSL 12.25º 0.97% 0.61% -
HSV(B) 12.25º 0.76% 0.99% -
XYZ 45.54 30.15 7.83 -
YUV 141 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 252 100 61 0 0.60 0.76 0.01 12.25 0.97 0.61
Hex FC 64 3D 0 3C 4C 1 C 61 3D
Octal 374 144 75 0 74 114 1 14 141 75
Binary 11111100 1100100 111101 0 111100 1001100 1 1100 1100001 111101

Color Harmonies of #FC643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC643D

Black with #FC643D

Text Example


Text Example

White with #FC643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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