Html Css Color HEX #FC643E Outrageous Orange

📋 copy color: '#FC643E'

red 252 ◦ green 100 ◦ blue 62

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

Shades of Outrageous Orange #FC643E

Tints of Outrageous Orange #FC643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.98%

R = 60.87%
G = 24.15%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC643E (or 0xFC643E) is known color: Outrageous Orange. HEX triplet: FC, 64 and 3E. RGB value is (252,100,62). Sum of RGB (Red+Green+Blue) = 252+100+62=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC643E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC643E is #039BC1. Grayscale: #8D8D8D. Windows color (decimal): -236482 or 4089084. OLE color: 4089084.

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

Color convert

RGB 252 100 62 -
CMYK 0 0.60 0.75 0.01
HSL 12º 0.97% 0.62% -
HSV(B) 12º 0.75% 0.99% -
XYZ 45.57 30.16 7.98 -
YUV 141.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 252 100 62 0 0.60 0.75 0.01 12 0.97 0.62
Hex FC 64 3E 0 3C 4B 1 C 61 3E
Octal 374 144 76 0 74 113 1 14 141 76
Binary 11111100 1100100 111110 0 111100 1001011 1 1100 1100001 111110

Color Harmonies of #FC643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC643E

Black with #FC643E

Text Example


Text Example

White with #FC643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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