Html Css Color HEX #FC633D Outrageous Orange

📋 copy color: '#FC633D'

red 252 ◦ green 99 ◦ blue 61

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

Shades of Outrageous Orange #FC633D

Tints of Outrageous Orange #FC633D

RGB

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

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

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

R = 61.17%
G = 24.03%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC633D (or 0xFC633D) is known color: Outrageous Orange. HEX triplet: FC, 63 and 3D. RGB value is (252,99,61). Sum of RGB (Red+Green+Blue) = 252+99+61=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC633D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC633D is #039CC2. Grayscale: #8C8C8C. Windows color (decimal): -236739 or 4023292. OLE color: 4023292.

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

Color convert

RGB 252 99 61 -
CMYK 0 0.61 0.76 0.01
HSL 11.94º 0.97% 0.61% -
HSV(B) 11.94º 0.76% 0.99% -
XYZ 45.45 29.96 7.8 -
YUV 140.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 252 99 61 0 0.61 0.76 0.01 11.94 0.97 0.61
Hex FC 63 3D 0 3D 4C 1 C 61 3D
Octal 374 143 75 0 75 114 1 14 141 75
Binary 11111100 1100011 111101 0 111101 1001100 1 1100 1100001 111101

Color Harmonies of #FC633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC633D

Black with #FC633D

Text Example


Text Example

White with #FC633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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