Html Css Color HEX #FC663D Outrageous Orange

📋 copy color: '#FC663D'

red 252 ◦ green 102 ◦ blue 61

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

Shades of Outrageous Orange #FC663D

Tints of Outrageous Orange #FC663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 60.72%
G = 24.58%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC663D (or 0xFC663D) is known color: Outrageous Orange. HEX triplet: FC, 66 and 3D. RGB value is (252,102,61). Sum of RGB (Red+Green+Blue) = 252+102+61=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC663D is #0399C2. Grayscale: #8E8E8E. Windows color (decimal): -235971 or 4024060. OLE color: 4024060.

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

Color convert

RGB 252 102 61 -
CMYK 0 0.60 0.76 0.01
HSL 12.88º 0.97% 0.61% -
HSV(B) 12.88º 0.76% 0.99% -
XYZ 45.74 30.54 7.9 -
YUV 142.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 252 102 61 0 0.60 0.76 0.01 12.88 0.97 0.61
Hex FC 66 3D 0 3C 4C 1 D 61 3D
Octal 374 146 75 0 74 114 1 15 141 75
Binary 11111100 1100110 111101 0 111100 1001100 1 1101 1100001 111101

Color Harmonies of #FC663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC663D

Black with #FC663D

Text Example


Text Example

White with #FC663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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