Html Css Color HEX #FC643B Outrageous Orange

📋 copy color: '#FC643B'

red 252 ◦ green 100 ◦ blue 59

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

Shades of Outrageous Orange #FC643B

Tints of Outrageous Orange #FC643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.36%

R = 61.31%
G = 24.33%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC643B (or 0xFC643B) is known color: Outrageous Orange. HEX triplet: FC, 64 and 3B. RGB value is (252,100,59). Sum of RGB (Red+Green+Blue) = 252+100+59=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC643B is #039BC4. Grayscale: #8D8D8D. Windows color (decimal): -236485 or 3892476. OLE color: 3892476.

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

Color convert

RGB 252 100 59 -
CMYK 0 0.60 0.77 0.01
HSL 12.75º 0.97% 0.61% -
HSV(B) 12.75º 0.77% 0.99% -
XYZ 45.49 30.13 7.55 -
YUV 140.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 252 100 59 0 0.60 0.77 0.01 12.75 0.97 0.61
Hex FC 64 3B 0 3C 4D 1 D 61 3D
Octal 374 144 73 0 74 115 1 15 141 75
Binary 11111100 1100100 111011 0 111100 1001101 1 1101 1100001 111101

Color Harmonies of #FC643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC643B

Black with #FC643B

Text Example


Text Example

White with #FC643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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