Html Css Color HEX #FF663C Outrageous Orange

📋 copy color: '#FF663C'

red 255 ◦ green 102 ◦ blue 60

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

Shades of Outrageous Orange #FF663C

Tints of Outrageous Orange #FF663C

RGB

 RED value IS 255 (100% from 255) = 61.15%

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

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 61.15%
G = 24.46%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF663C (or 0xFF663C) is known color: Outrageous Orange. HEX triplet: FF, 66 and 3C. RGB value is (255,102,60). Sum of RGB (Red+Green+Blue) = 255+102+60=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF663C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF663C is #0099C3. Grayscale: #8F8F8F. Windows color (decimal): -39364 or 3958527. OLE color: 3958527.

HSL color Cylindrical-coordinate representation of color #FF663C: hue angle of 12.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF663C is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 60 -
CMYK 0 0.6 0.76 0
HSL 12.92º 1% 0.62% -
HSV(B) 12.92º 0.76% 1% -
XYZ 46.81 31.09 7.81 -
YUV 142.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 255 102 60 0 0.6 0.76 0 12.92 1 0.62
Hex FF 66 3C 0 3C 4C 0 D 64 3E
Octal 377 146 74 0 74 114 0 15 144 76
Binary 11111111 1100110 111100 0 111100 1001100 0 1101 1100100 111110

Color Harmonies of #FF663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF663C

Black with #FF663C

Text Example


Text Example

White with #FF663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF663C; }

 p { color: rgb(255,102,60); }

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

background-color css

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

 a { background-color: rgb(255,102,60); }

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

border-color css

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

 span { border-color: rgb(255,102,60); }

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