Html Css Color HEX #FC642C Outrageous Orange

📋 copy color: '#FC642C'

red 252 ◦ green 100 ◦ blue 44

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

Shades of Outrageous Orange #FC642C

Tints of Outrageous Orange #FC642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 63.64%
G = 25.25%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC642C (or 0xFC642C) is known color: Outrageous Orange. HEX triplet: FC, 64 and 2C. RGB value is (252,100,44). Sum of RGB (Red+Green+Blue) = 252+100+44=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC642C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC642C is #039BD3. Grayscale: #8B8B8B. Windows color (decimal): -236500 or 2909436. OLE color: 2909436.

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

Color convert

RGB 252 100 44 -
CMYK 0 0.60 0.83 0.01
HSL 16.15º 0.97% 0.58% -
HSV(B) 16.15º 0.83% 0.99% -
XYZ 45.16 29.99 5.79 -
YUV 139.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 252 100 44 0 0.60 0.83 0.01 16.15 0.97 0.58
Hex FC 64 2C 0 3C 53 1 10 61 3A
Octal 374 144 54 0 74 123 1 20 141 72
Binary 11111100 1100100 101100 0 111100 1010011 1 10000 1100001 111010

Color Harmonies of #FC642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC642C

Black with #FC642C

Text Example


Text Example

White with #FC642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC642C; }

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

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

background-color css

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

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

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

border-color css

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

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

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