Html Css Color HEX #FC632B Outrageous Orange

📋 copy color: '#FC632B'

red 252 ◦ green 99 ◦ blue 43

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

Shades of Outrageous Orange #FC632B

Tints of Outrageous Orange #FC632B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 43 (17.19% from 255) = 10.91%

R = 63.96%
G = 25.13%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC632B (or 0xFC632B) is known color: Outrageous Orange. HEX triplet: FC, 63 and 2B. RGB value is (252,99,43). Sum of RGB (Red+Green+Blue) = 252+99+43=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC632B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC632B is #039CD4. Grayscale: #8A8A8A. Windows color (decimal): -236757 or 2843644. OLE color: 2843644.

HSL color Cylindrical-coordinate representation of color #FC632B: hue angle of 16.08º 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 #FC632B is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 43 -
CMYK 0 0.61 0.83 0.01
HSL 16.08º 0.97% 0.58% -
HSV(B) 16.08º 0.83% 0.99% -
XYZ 45.04 29.79 5.66 -
YUV 138.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 252 99 43 0 0.61 0.83 0.01 16.08 0.97 0.58
Hex FC 63 2B 0 3D 53 1 10 61 3A
Octal 374 143 53 0 75 123 1 20 141 72
Binary 11111100 1100011 101011 0 111101 1010011 1 10000 1100001 111010

Color Harmonies of #FC632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC632B

Black with #FC632B

Text Example


Text Example

White with #FC632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC632B; }

 p { color: rgb(252,99,43); }

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

background-color css

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

 a { background-color: rgb(252,99,43); }

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

border-color css

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

 span { border-color: rgb(252,99,43); }

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