Html Css Color HEX #FC663B Outrageous Orange

📋 copy color: '#FC663B'

red 252 ◦ green 102 ◦ blue 59

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

Shades of Outrageous Orange #FC663B

Tints of Outrageous Orange #FC663B

RGB

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

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

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

R = 61.02%
G = 24.7%
B = 14.29%

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

#FC663B (or 0xFC663B) is known color: Outrageous Orange. HEX triplet: FC, 66 and 3B. RGB value is (252,102,59). Sum of RGB (Red+Green+Blue) = 252+102+59=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC663B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC663B is #0399C4. Grayscale: #8E8E8E. Windows color (decimal): -235973 or 3892988. OLE color: 3892988.

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

Color convert

RGB 252 102 59 -
CMYK 0 0.60 0.77 0.01
HSL 13.37º 0.97% 0.61% -
HSV(B) 13.37º 0.77% 0.99% -
XYZ 45.69 30.51 7.62 -
YUV 141.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 252 102 59 0 0.60 0.77 0.01 13.37 0.97 0.61
Hex FC 66 3B 0 3C 4D 1 D 61 3D
Octal 374 146 73 0 74 115 1 15 141 75
Binary 11111100 1100110 111011 0 111100 1001101 1 1101 1100001 111101

Color Harmonies of #FC663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC663B

Black with #FC663B

Text Example


Text Example

White with #FC663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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